diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000..9255235 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,29 @@ +name: ✨ Feature request +description: Request a new feature for Cookie Monster +labels: [Enhancement] +body: + - type: markdown + attributes: + value: | + **Thank you for wanting to suggest a new function for Cookie Monster!** + + ⚠ Please make sure that this [feature wasn't already requested][issue search], or already implemented in the ``dev`` branch. + + + [issue search]: https://github.com/CookieMonsterTeam/CookieMonster/issues?q=is%3Aissue+is%3Aopen+ + + - type: textarea + id: what-is-wanted + attributes: + label: Feature description + description: + Describe the function you'd like to see added to CookieMonster + placeholder: | + # A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: additional-info + attributes: + label: Additional files + description: Add any other files such as save files or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 4daa125..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for CookieMonster -title: '' -labels: Enhancement -assignees: '' - ---- - -**Describe the function you'd like to see added to CookieMonster** -A clear and concise description of what you want to happen. - -**Additional files** -Add any other files such as save files or screenshots about the feature request here.