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" name: "🕷️ Bug report"
description: Report errors or unexpected behavior description: Report errors or unexpected behavior
type: Bug
labels: labels:
- Issue-Bug - Issue-Bug
- Needs-Triage - Needs-Triage

View File

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

View File

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