From c3e30efeb201c540f3c99769ddca3059f3fff5cf Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 11 Jan 2024 15:03:38 -0500 Subject: [PATCH] remove 'alternatives considered' from feature request template (#10146) i don't think this is particularly useful --- .github/ISSUE_TEMPLATE/feature_request.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 08aa9adcb9..d79e8b2e21 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -22,13 +22,6 @@ body: placeholder: I would like to see... validations: required: true - - type: textarea - id: alternatives - attributes: - label: Alternatives considered - description: "Please provide a clear and concise description of any alternative solutions or features you've considered." - validations: - required: true - type: dropdown id: importance attributes: