build: use new Issue Template types in templates (#44224)

* build: use new Issue Template types in templates

* build: restore existing labels for now
This commit is contained in:
Shelley Vohr 2024-10-16 21:34:35 +02:00 коммит произвёл GitHub
Родитель 67775d19ec
Коммит d386664900
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,6 +1,6 @@
name: Bug Report
description: Report an Electron bug
title: "[Bug]: "
description: Report a bug in Electron
type: 'bug'
labels: "bug :beetle:"
body:
- type: checkboxes

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

@ -1,6 +1,6 @@
name: Feature Request
description: Suggest an idea for Electron
title: "[Feature Request]: "
type: 'enhancement'
labels: "enhancement :sparkles:"
body:
- type: checkboxes