diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index b42cd87..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature Request -about: Suggest a new feature or changes to existing features. -title: "[Feature Request] " -labels: enhancement -assignees: '' - ---- - - - - - - -## Description - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..b8ad51d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,20 @@ +name: Feature Request +description: Suggest a new feature or changes to existing features. +title: "[Feature Request] " +labels: [enhancement] +body: +- type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request! + + Please provide a general summary of the changes you want in the title above. + +- type: textarea + attributes: + label: Description + description: | + A few sentences describing what it is that you'd like to see in QMK. + Additional information (such as links to spec sheets, licensing info, other related issues or PRs, etc) would be helpful. + validations: + required: true