From 480f741d3bfb705c5b9b80d50cad29e36a73166b Mon Sep 17 00:00:00 2001 From: guse Date: Tue, 25 Jun 2024 23:25:26 +0200 Subject: [PATCH] feat: improve feature request template --- .github/ISSUE_TEMPLATE/feature_request.md | 35 ---------------------- .github/ISSUE_TEMPLATE/feature_request.yml | 34 +++++++++++++++++++++ 2 files changed, 34 insertions(+), 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 66106803c..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Requirements** - - - - - - - -- [ ] 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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..787809fcd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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.