From 19b3b29037eb85da52be09f70c915b4ce4d4a6e1 Mon Sep 17 00:00:00 2001 From: Dan Kift Date: Tue, 23 Jul 2024 11:23:44 +0100 Subject: [PATCH] Add feature request template (#108) --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- .github/ISSUE_TEMPLATE/feature_request.yml | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6a0a6e8..ca6795e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,6 @@ name: 🐛 Bug Report description: Something is wrong with the Checkout Sheet Kit. -labels: - - 'Bug' +labels: ["Bug", "untriaged"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..9395435 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,25 @@ +name: 💡 Feature Request +about: + An idea or suggestion for a new feature or enhancement to the Checkout Sheet + Kit +labels: ["Feature-Request", "untriaged"] +body: + - type: markdown + attributes: + value: | + ## Hi there! + + Please tell us about the new feature or enhancement you'd like to see implemented in the Checkout Sheet Kit. + + - type: textarea + attributes: + label: Description + description: A detailed description of the feature or enhancement you'd like to see. + validations: + required: true + - type: textarea + attributes: + label: Rationale + description: Explain the benefits of this feature. + validations: + required: true