From d3866649008ed5eb28b0663f8c5eb355f09f348c Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Wed, 16 Oct 2024 21:34:35 +0200 Subject: [PATCH] build: use new Issue Template types in templates (#44224) * build: use new Issue Template types in templates * build: restore existing labels for now --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f80faeaac0..74318cdb72 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index cf6f66b5e6..5bca8a2be4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.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