From a3a1f9476b08cd1c48bc40122a8807fb03037ad1 Mon Sep 17 00:00:00 2001 From: Kayra Date: Tue, 13 Aug 2024 18:40:56 +0300 Subject: [PATCH] Create enhancement_proposal.yaml --- .../ISSUE_TEMPLATE/enhancement_proposal.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/enhancement_proposal.yaml diff --git a/.github/ISSUE_TEMPLATE/enhancement_proposal.yaml b/.github/ISSUE_TEMPLATE/enhancement_proposal.yaml new file mode 100644 index 0000000..13af703 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement_proposal.yaml @@ -0,0 +1,17 @@ +name: Enhancement Proposal +description: File an enhancement proposal +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: > + Thanks for taking the time to fill out this enhancement proposal! Before submitting your issue, please make + sure there isn't already a prior issue concerning this. If there is, please join that discussion instead. + - type: textarea + id: enhancement-proposal + attributes: + label: Enhancement Proposal + description: > + Describe the enhancement you would like to see in as much detail as needed. + validations: + required: true