From 40b01f5216e650639b7b510a0ef7f314284041de Mon Sep 17 00:00:00 2001 From: SEBASTIAN JN Date: Sun, 22 Dec 2024 22:36:36 -0300 Subject: [PATCH] fix(templates): remove invalid checkbox and select types from priority field Signed-off-by: SEBASTIAN JN --- .github/ISSUE_TEMPLATE/feature-request.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 36c0850..f0b6d68 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -21,14 +21,11 @@ body: description: "What problem does this feature solve for users?" placeholder: "E.g. 'Helps users who prefer dark mode.'" - - type: checkbox + - type: input attributes: label: "⚡ Priority" description: "How important is this feature?" - options: - - "critical: Must be implemented immediately" - - "major: Should be implemented soon" - - "minor: Could be implemented later" + placeholder: "E.g. 'Critical, Major, Minor'" - type: input attributes: