mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
docs: add feature request issue form template
This commit is contained in:
parent
3b4fab5aae
commit
053242e197
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -86,6 +86,9 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
- type: textarea
|
||||
attributes:
|
||||
value: Additional information
|
||||
label: Additional information
|
||||
description: Anything else you'd like to add?
|
||||
validations:
|
||||
required: false
|
||||
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,20 +0,0 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
53
.github/ISSUE_TEMPLATE/new_feature.yml
vendored
Normal file
53
.github/ISSUE_TEMPLATE/new_feature.yml
vendored
Normal file
@ -0,0 +1,53 @@
|
||||
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.
|
Loading…
Reference in New Issue
Block a user