From de0e0e45f7fe9672e1e653795403abacd95709ed Mon Sep 17 00:00:00 2001 From: Legit4K <44619264+Legit4K@users.noreply.github.com> Date: Tue, 24 Aug 2021 14:44:53 +0100 Subject: [PATCH] Create Feature Request Form --- .github/ISSUE_TEMPLATE/feature_request.yaml | 41 +++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000..62832db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,41 @@ +name: Feature Request +description: Suggest a Feature or Improvement +title: "[Suggestion]: " +labels: [Suggestion] +assignees: [] +body: + - type: markdown + attributes: + value: | + Thanks for contributing ideas! + - type: textarea + id: feature_suggestion + attributes: + label: Feature Request + description: Describe the feature or suggest an improvement. + placeholder: Add the ability to... + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: Alternative Options + description: Describe any alternatives you've considered. + placeholder: I tried to do this instead... + validations: + required: false + - type: textarea + id: context + attributes: + label: Additional Context + description: Add any other useful information regarding your suggestion. + validations: + required: false + - type: checkboxes + id: conditions + attributes: + label: Checklist + description: By submitting this request, you have checked these conditions. + options: + - label: My suggestion does not match any existing suggestions on this repo + required: true