chore: update issue templates to include type field (#34997)

This commit is contained in:
Max Schmitt 2025-03-03 16:07:41 +01:00 committed by GitHub
parent 7026e5dd70
commit 7a2d56d0ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,7 @@
name: Bug Report 🪲
description: Create a bug report to help us improve
title: '[Bug]: '
type: Bug
body:
- type: markdown
attributes:

View File

@ -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

View File

@ -1,6 +1,7 @@
name: Feature Request 🚀
description: Submit a proposal for a new feature
title: '[Feature]: '
type: Feature
body:
- type: markdown
attributes:

View File

@ -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

View File

@ -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: