From 866f3982d9c2a7379219caf551641b87eef801e9 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Wed, 1 May 2024 17:59:42 -0400 Subject: [PATCH] chore: added enhancement issue template --- .github/ISSUE_TEMPLATE/enhancement.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/enhancement.yaml diff --git a/.github/ISSUE_TEMPLATE/enhancement.yaml b/.github/ISSUE_TEMPLATE/enhancement.yaml new file mode 100644 index 0000000..f49afdc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.yaml @@ -0,0 +1,25 @@ +name: Enhancement +description: Request an update to an existing feature +title: "[Enhancement]: " +labels: ["enhancement", "awaiting-approval"] +assignees: [] +body: + - type: checkboxes + attributes: + label: Checked Existing + description: Ensure you have checked the existing issues, both open and closed, for duplicate issues. + options: + - label: I have checked the repository for duplicate issues. + required: true + - type: textarea + id: enhancement + attributes: + label: What enhancement would you like to see? + validations: + required: true + - type: textarea + id: other-details + attributes: + label: Any other details to share? (OPTIONAL) + validations: + required: false \ No newline at end of file