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: