diff options
author | 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <webknjaz@redhat.com> | 2025-01-08 14:00:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 14:00:26 +0100 |
commit | ecadbc6354f1a3aae3e59a7a322fe6b8adcc4f10 (patch) | |
tree | a538979b0ab90b99595086a2e52d9bafe54214e8 | |
parent | ansible-test - Fix FreeBSD instance CA certs (#84529) (diff) | |
download | ansible-ecadbc6354f1a3aae3e59a7a322fe6b8adcc4f10.tar.xz ansible-ecadbc6354f1a3aae3e59a7a322fe6b8adcc4f10.zip |
📝 Drop drop-down default note from issue forms (#84524)
Co-authored-by: flowerysong <junk+github@flowerysong.com>
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 18 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/documentation_report.yml | 15 | ||||
-rw-r--r-- | .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. - - <details> - <summary> - <em>Why?</em> - </summary> - - 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!_ - - </details> - # 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. - - <details> - <summary> - <em>Why?</em> - </summary> - - - _We will make it easier in the future, once GitHub - supports dropdown defaults. Promise!_ - - </details> - # 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. - - <details> - <summary> - <em>Why?</em> - </summary> - - 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!_ - - </details> - # 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: |