From 11d74e522740135127d8fa7396d56270789bd83f Mon Sep 17 00:00:00 2001 From: Aaron Trowbridge Date: Tue, 26 Dec 2023 18:43:55 -0500 Subject: [PATCH] fix bad labels --- .github/ISSUE_TEMPLATE/feature_request.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a29cbc1d..11560578 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -25,11 +25,11 @@ body: label: Importance description: How important is this feature to you? options: - - label: 1 (lowest) - - label: 2 - - label: 3 - - label: 4 - - label: 5 (highest) + - label: "1 (lowest)"" + - label: "2" + - label: "3" + - label: "4" + - label: "5 (highest)" default: 0 validations: required: true