From 1d77e70c03d78353efeb351f98cad359d1a4c3d0 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Mon, 21 Jun 2021 02:08:17 +0100 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/feature-request.yml | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml (limited to '.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 00000000..72640004 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,45 @@ +name: Feature Request +description: Suggest an idea for Quests +body: + - type: markdown + attributes: + value: | + Before requesting a new feature, please make sure you are on the latest version of Quests. + - type: textarea + attributes: + label: Reason for Addition + description: | + Discuss your rationale for coming up with this idea. + Your answer may describe a problem you're having, or any context for this request. + This field is not required. + validations: + required: false + - type: textarea + attributes: + label: Description of Feature + description: Discuss what you would like added to Quests. Please keep your description clear and concise. + validations: + required: true + - type: textarea + attributes: + label: Alternative Solutions + description: Discuss any other solutions you have tried to achieve what you wanted. + validations: + required: true + - type: checkboxes + attributes: + label: Agreements + description: Please agree to the following. + options: + - label: I am running the latest version of Quests + required: true + - label: I am certain this issue is unique and a similar issue is not currently open + required: true + - type: textarea + attributes: + label: Other + description: | + Please include other helpful information below. + This field is not required. + validations: + required: false -- cgit v1.2.3-70-g09d2