From 78107dd6c356725d33fcdb0ba7079f23b8fe5428 Mon Sep 17 00:00:00 2001 From: James Croft Date: Tue, 15 Feb 2022 08:27:00 +0000 Subject: [PATCH] Updated feature template Changes to the feature template to correct label & add default scope value --- .github/ISSUE_TEMPLATE/feature.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index acd4075..d0d89f9 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,7 +1,7 @@ name: Feature description: Suggest a new feature or idea title: "[Feature] " -labels: [feature-request] +labels: [enhancement] body: - type: textarea validations: @@ -19,6 +19,13 @@ body: attributes: label: Scope of the feature description: Please describe a list of must, should, could, and won't capabilities for the feature. + value: | + | Capability | Priority | + | --- | --- | + | Ability to... | Must | + | Ability for... | Should | + | Ability to... | Could | + | Ability for... | Won't | - type: textarea attributes: label: Open questions