docs: add feature request issue form template

This commit is contained in:
Kingkor Roy Tirtho 2022-08-09 09:57:29 +06:00
parent 3b4fab5aae
commit 053242e197
3 changed files with 58 additions and 22 deletions

View File

@ -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

View File

@ -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
View 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.