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 коммит произвёл GitHub
Родитель 07ec7980d1
Коммит 2146dff3bf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 3 добавлений и 0 удалений

1
.github/ISSUE_TEMPLATE/bug_report.yml поставляемый
Просмотреть файл

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

1
.github/ISSUE_TEMPLATE/feature_request.yml поставляемый
Просмотреть файл

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

Просмотреть файл

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