From 834bbeeebbdf79c12dafc4eebd1191240d7716d6 Mon Sep 17 00:00:00 2001 From: ciyer64 Date: Tue, 28 Jun 2022 14:15:41 -0400 Subject: [PATCH] GH_Feature_temp_CI (#1556) * GH_Feature_temp_CI Added feature importance question, updated question language. * GH_Feat_temp_CI_2 Added quotes to dropdown --- .github/ISSUE_TEMPLATE/02_feature_request.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.yml b/.github/ISSUE_TEMPLATE/02_feature_request.yml index b1e2f45..07c4ddf 100644 --- a/.github/ISSUE_TEMPLATE/02_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/02_feature_request.yml @@ -33,6 +33,19 @@ body: description: "Add any other context or screenshots about the feature request here. If you want to upload a picture you can drag one in from Finder." validations: required: false + - type: dropdown + id: "importance" + attributes: + label: "How important is this feature to you?" + multiple: false + options: + - "1 (Not too important)" + - "2" + - "3" + - "4" + - "5 (Can't work without it!)" + validations: + required: true - type: dropdown id: "triage" attributes: