From 2c79151ad4d38df6d9f1cdf671d525991e100969 Mon Sep 17 00:00:00 2001 From: Kayra Date: Wed, 14 Aug 2024 09:15:30 +0300 Subject: [PATCH] feat: enhancement proposal issue type (#57) --- .../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