From 2c80182d75f92e1263e50c262f2799b1af5a6bb7 Mon Sep 17 00:00:00 2001 From: Steven Arcangeli <506791+stevearc@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:06:12 -0800 Subject: [PATCH] chore: add severity to feature request template --- .github/ISSUE_TEMPLATE/feature_request.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 41c3459..9916836 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -26,6 +26,15 @@ body: placeholder: I am trying to do X. My current workflow is Y. validations: required: false + - type: dropdown + attributes: + label: What is the significance of this feature? + options: + - nice to have + - strongly desired + - cannot use this plugin without it + validations: + required: true - type: textarea attributes: label: Additional details