From 30d4e684da2f380055e7ab15fe0a920ff974a88d Mon Sep 17 00:00:00 2001 From: lucian929 <60053521+lucian929@users.noreply.github.com> Date: Thu, 12 Jan 2023 17:50:36 -0500 Subject: [PATCH] Add back feature request issue template --- .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 00000000..7ab941fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,29 @@ +name: Feature Request +description: Create a feature request to help us keep track of all features you want to be added +title: "[FEATURE] " +labels: [feature] + +body: + - type: "checkboxes" + id: "i-have-checked" + attributes: + label: "I have checked that..." + options: + - label: "...such a feature does not exist already" + required: true + - label: "...such a feature request has not been submitted already" + required: true + - type: "textarea" + id: "description" + attributes: + label: "Description" + description: "A full description of the feature" + validations: + required: true + - type: "textarea" + id: "config-changes" + attributes: + label: "Config Changes" + description: "The configuration changes your feature should have" + validations: + required: false