From 22ba35d631b2139997f482290f2429330412ab9a Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 9 Aug 2024 16:47:39 -0400 Subject: [PATCH] Add feature request template --- issue_template/feature_request.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 issue_template/feature_request.yaml diff --git a/issue_template/feature_request.yaml b/issue_template/feature_request.yaml new file mode 100644 index 0000000..4454503 --- /dev/null +++ b/issue_template/feature_request.yaml @@ -0,0 +1,25 @@ +name: Feature Request +about: Request a new feature to be added +title: "[Feature Request]: " +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request form! + - type: markdown + attributes: + value: | + This issue was created by an issue **template** + visible: [content] + - type: textarea + id: feature-request + attributes: + label: Feature Request + description: What new feature would you like to see? + placeholder: What is your feature request! + value: "I would like this feature" + validations: + required: true +labels: + - type/enhancement + - needs-response \ No newline at end of file