From 7a2d56d0ff7be0bedb970cd091142a16a06a081c Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 3 Mar 2025 16:07:41 +0100 Subject: [PATCH] chore: update issue templates to include type field (#34997) --- .github/ISSUE_TEMPLATE/bug.yml | 1 + .github/ISSUE_TEMPLATE/documentation.yml | 1 + .github/ISSUE_TEMPLATE/feature.yml | 1 + .github/ISSUE_TEMPLATE/question.yml | 2 +- .github/ISSUE_TEMPLATE/regression.yml | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 60fea176c8..a61d7b6148 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,7 @@ name: Bug Report 🪲 description: Create a bug report to help us improve title: '[Bug]: ' +type: Bug body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 0a683969a6..61188e467b 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -1,6 +1,7 @@ name: Documentation 📖 description: Submit a request to add or update documentation title: '[Docs]: ' +type: Bug labels: ['Documentation :book:'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index efec3315c1..926b5c6662 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,6 +1,7 @@ name: Feature Request 🚀 description: Submit a proposal for a new feature title: '[Feature]: ' +type: Feature body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 9615afdc8a..b649367980 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -23,5 +23,5 @@ body: > [!IMPORTANT] > This issue will be closed. options: - - label: I understand + - label: I understand that this issue will be closed required: true diff --git a/.github/ISSUE_TEMPLATE/regression.yml b/.github/ISSUE_TEMPLATE/regression.yml index bc0a101502..db768d679f 100644 --- a/.github/ISSUE_TEMPLATE/regression.yml +++ b/.github/ISSUE_TEMPLATE/regression.yml @@ -1,7 +1,7 @@ name: Report regression description: Functionality that used to work and does not any more title: "[Regression]: " - +type: Bug body: - type: markdown attributes: