From a5acb72828e8226343f2425398d55d239ddcd5a2 Mon Sep 17 00:00:00 2001 From: Darren Kelly <107671032+darrenvechain@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:00:38 +0100 Subject: [PATCH] chore: add feature issue template (#39) --- .github/ISSUE_TEMPLATE/feature-request.yaml | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yaml diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml new file mode 100644 index 000000000..3e68c6752 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -0,0 +1,23 @@ +name: "💡 Feature Request" +description: Create a new issue for a feature request or enhancement. +title: "💡 | - " +labels: [ + "feature" +] +body: + - type: textarea + id: summary + attributes: + label: "Summary" + description: Provide a brief explanation of the feature. + placeholder: Describe the feature you would like to see implemented. + validations: + required: true + - type: textarea + id: motivation + attributes: + label: "Motivation" + description: Why do you need this feature? + placeholder: Explain why you need this feature. + validations: + required: true