diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REPORT.md b/.github/ISSUE_TEMPLATE/FEATURE_REPORT.md deleted file mode 100644 index b4509d9..0000000 --- a/.github/ISSUE_TEMPLATE/FEATURE_REPORT.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Feature Request -about: Suggest an improvement -title: '[FEATURE] ' -labels: enhancement ---- - -## Problem - -What problem are you trying to solve? - -## Proposed Solution - -Describe your idea. - -## Alternatives - -Alternative solutions considered. - -## Additional Context - -Anything else. diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REPORT.yml b/.github/ISSUE_TEMPLATE/FEATURE_REPORT.yml new file mode 100644 index 0000000..6ff9ce4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REPORT.yml @@ -0,0 +1,34 @@ +name: Feature Request +description: Suggest an improvement +title: "[FEATURE] " +labels: + - enhancement + +body: + - type: textarea + id: problem + attributes: + label: Problem + description: What problem are you trying to solve? + validations: + required: true + + - type: textarea + id: solution + attributes: + label: Proposed Solution + description: Describe your idea. + validations: + required: true + + - type: textarea + id: alternatives + attributes: + label: Alternatives + description: Alternative solutions considered. + + - type: textarea + id: context + attributes: + label: Additional Context + description: Anything else.