From ea1d288c3997078562ec5208a0121f59583ecc67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Fri, 10 Sep 2021 09:42:07 +0200 Subject: [PATCH] Create feature-request.yml --- .github/ISSUE_TEMPLATE/feature-request.yml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml 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.