Add the new issue types to the issue templates (#35352)

We added issue types to our GitHub org.
This PR adds those to the corresponding issue templates.
This commit is contained in:
Aaron Junker-Wildi 2024-10-10 01:00:51 +02:00 committed by GitHub
parent 07ec7980d1
commit 2146dff3bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
name: "🕷️ Bug report"
description: Report errors or unexpected behavior
type: Bug
labels:
- Issue-Bug
- Needs-Triage

View File

@ -1,5 +1,6 @@
name: "⭐ Feature or enhancement request"
description: Propose something new.
type: Feature
labels:
- Needs-Triage
body:

View File

@ -1,5 +1,6 @@
name: "🌐 Localization/Translation issue"
description: Report incorrect translations.
type: Bug
labels:
- Issue-Bug
- Area-Localization