mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
54 lines
1.5 KiB
YAML
54 lines
1.5 KiB
YAML
name: ✨ New Feature
|
|
assignees:
|
|
- KRTirtho
|
|
description: Suggest an idea
|
|
title: "[Feature] <title>"
|
|
labels:
|
|
- enhancement
|
|
- good first issue
|
|
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
description: Please search to see if an issue already exists for the bug you encountered.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: Category of the Feature
|
|
description: In which category you think your feature belongs to.
|
|
multiple: true
|
|
options:
|
|
- UI Improvements
|
|
- Logical Improvements
|
|
- More Efficiency
|
|
- Performance Improvements
|
|
- UX Improvements
|
|
- Code Refactor
|
|
- Unable to categorize
|
|
- type: input
|
|
attributes:
|
|
label: Credits
|
|
description: Who've contributed to this idea of this feature?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Pain
|
|
description: Explain the pain you're experiencing.
|
|
placeholder: e.g. I don't like that I've to do this...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Suggested Solution
|
|
description: Tell us about your solution
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Useful resources/references
|
|
description: Provide us with some useful resources/references which will help us implement your solution.
|