From a2b4c84811dfc249d8da9da6b3a43fce5bf915a9 Mon Sep 17 00:00:00 2001 From: Red <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 18 Jul 2025 18:19:39 +0300 Subject: [PATCH] Create feature-request_en.yml --- .github/ISSUE_TEMPLATE/feature-request_en.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request_en.yml diff --git a/.github/ISSUE_TEMPLATE/feature-request_en.yml b/.github/ISSUE_TEMPLATE/feature-request_en.yml new file mode 100644 index 0000000000..48684e4097 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request_en.yml @@ -0,0 +1,28 @@ +name: "Request content or suggest an idea" +description: "Suggest content, mechanics, or other changes that you think would benefit the project." +labels: [suggestion] +type: Suggestion +body: + - type: textarea + id: concept + attributes: + label: Concept + placeholder: | + What is the nature of your proposal? + + Example: + Add a new role ____ that performs tasks related to ____ and ____. + validations: + required: true + + - type: textarea + id: motivation + attributes: + label: Why is this necessary? + placeholder: | + Explain how it would improve the game, or what problems it would fix. Suggestions without proper reasoning and reasons for the addition may be closed. + + Example: + Currently, ____ often occurs in the round, which is why ____ is missing. This role could close this need by doing _____. + validations: + required: true