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
committed by GitHub
parent 67775d19ec
commit d386664900
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

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