diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 4ac6cf361..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[F-REQ]" -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..948fab86a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,31 @@ +name: Feature request +description: 'Ask for new features.' +title: "[F-Req] " +labels: [enhancement] +body: +- type: textarea + id: version + attributes: + label: Is this request related to a bug? + description: | + Give us some details into the problem, and how this affects it. + placeholder: 'Example: You should add a version selector because of the text box being too small.' + validations: + required: false + +- type: textarea + attributes: + label: Describe the request. + description: | + What do you want to see changed, added, or removed? Make sure to be specific. + placeholder: 'Example: A scrollable version picker.' + validations: + required: false + +- type: textarea + attributes: + label: Anything else? + description: | + Add any other context about the problem here. + validations: + required: false