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:
Родитель
07ec7980d1
Коммит
2146dff3bf
|
@ -1,5 +1,6 @@
|
|||
name: "🕷️ Bug report"
|
||||
description: Report errors or unexpected behavior
|
||||
type: Bug
|
||||
labels:
|
||||
- Issue-Bug
|
||||
- Needs-Triage
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче