From ecadbc6354f1a3aae3e59a7a322fe6b8adcc4f10 Mon Sep 17 00:00:00 2001 From: "🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)" Date: Wed, 8 Jan 2025 14:00:26 +0100 Subject: 📝 Drop drop-down default note from issue forms (#84524) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: flowerysong --- .github/ISSUE_TEMPLATE/bug_report.yml | 18 +----------------- .github/ISSUE_TEMPLATE/documentation_report.yml | 15 +-------------- .github/ISSUE_TEMPLATE/feature_request.yml | 18 +----------------- 3 files changed, 3 insertions(+), 48 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8f4944c43c..28188b6b71 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -47,23 +47,7 @@ body: - type: dropdown attributes: label: Issue Type - description: > - Please select the single available option in the drop-down. - -
- - Why? - - - We would do it by ourselves but unfortunately, the current - edition of GitHub Issue Forms Alpha does not support this yet 🤷 - - - _We will make it easier in the future, once GitHub - supports dropdown defaults. Promise!_ - -
- # FIXME: Once GitHub allows defining the default choice, update this + description: This is a marker for our automatic bot. Do not change it. options: - Bug Report validations: diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index efe8d1c203..b854d877f8 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.yml +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -84,20 +84,7 @@ body: - type: dropdown attributes: label: Issue Type - description: > - Please select the single available option in the drop-down. - -
- - Why? - - - - _We will make it easier in the future, once GitHub - supports dropdown defaults. Promise!_ - -
- # FIXME: Once GitHub allows defining the default choice, update this + description: This is a marker for our automatic bot. Do not change it. options: - Documentation Report validations: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 2fce680fe6..68093a7773 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -101,23 +101,7 @@ body: - type: dropdown attributes: label: Issue Type - description: > - Please select the single available option in the drop-down. - -
- - Why? - - - We would do it by ourselves but unfortunately, the current - edition of GitHub Issue Forms Alpha does not support this yet 🤷 - - - _We will make it easier in the future, once GitHub - supports dropdown defaults. Promise!_ - -
- # FIXME: Once GitHub allows defining the default choice, update this + description: This is a marker for our automatic bot. Do not change it. options: - Feature Idea validations: -- cgit v1.2.3