feat: improve feature request template

This commit is contained in:
guse 2024-06-25 23:25:26 +02:00 committed by Fini
parent fce46e4ba5
commit 480f741d3b
2 changed files with 34 additions and 35 deletions

View file

@ -1,35 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Requirements**
<!-- ⚠️ !!!
If you are unsure what you are reporting is an issue or
it's a general question please go to the gitter chat instead: https://gitter.im/ryanoasis/nerd-fonts
⚠️ !!! -->
<!-- ⚠️ !!! Issues not filled out with the template will be closed straight away and will only be responded to once filled properly ⚠️ !!! -->
<!--- By posting an issue you acknowledge the following: -->
- [ ] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my request and found nothing related and/or helpful
- [ ] I have searched the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help
- [ ] I have searched the [Wiki](https://github.com/ryanoasis/nerd-fonts/wiki) for help
**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.

View file

@ -0,0 +1,34 @@
name: Feature Request
description: Suggest an idea to enhance this project.
body:
- type: checkboxes
attributes:
label: Requirements
options:
- label: "I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my request and found nothing related or helpful"
required: true
- label: "I have checked the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help"
required: true
- label: "I have reviewed the [Wiki](https://github.com/ryanoasis/nerd-fonts/wiki) for relevant information"
required: true
- type: textarea
attributes:
label: Problem Description
description: Describe the problem or limitation you're facing that prompted this feature request.
- type: textarea
attributes:
label: Desired Solution
description: Describe the solution or enhancement you envision.
- type: textarea
attributes:
label: Alternatives Considered
description: Describe any alternative approaches or features you've thought about.
- type: textarea
attributes:
label: Additional Context
description: Include any other details, context, or screenshots that might help clarify the feature request.