From a6a9719565696b13fab758f6bce94a44641de9cd Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Mon, 20 Jan 2025 13:22:23 -0500 Subject: [PATCH] config(issues): Remove alternatives field in feature request --- .github/ISSUE_TEMPLATE/feature_request.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6633948..17a1b3e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -15,9 +15,4 @@ body: attributes: label: Describe how you would like to see this feature implemented validations: - required: false - - type: textarea - attributes: - label: Describe any alternatives you've considered - validations: - required: false + required: true