From 938c8ce8fb689bd251d64ba961f56fc71b2e4b35 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 10 Jan 2024 10:52:08 -0500 Subject: [PATCH] remove 'alternatives considered' from feature request template 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 08aa9adcb95b..d79e8b2e21f3 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: