From f66a0c2acff66fdf67e1ff98fd1980bed2d91563 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Fri, 24 Jan 2025 22:28:05 +0100 Subject: [PATCH] build: create maintainer issue template and disable blank issues (#45309) * build: create maintainer task issue template and disable blank issues * Implement review feedback by @dsanders11 * Rename issue template file --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/maintainer_issue.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/maintainer_issue.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8ca65572eaaf..aa3d859873ad 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,4 @@ +blank_issues_enabled: false contact_links: - name: Discord Chat url: https://discord.gg/APGC3k5yaH diff --git a/.github/ISSUE_TEMPLATE/maintainer_issue.yml b/.github/ISSUE_TEMPLATE/maintainer_issue.yml new file mode 100644 index 000000000000..9ae65a117626 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/maintainer_issue.yml @@ -0,0 +1,14 @@ +name: Maintainer Issue (not for public use) +description: Only to be created by Electron maintainers +body: +- type: checkboxes + attributes: + label: Confirmation + options: + - label: I am a [maintainer](https://github.com/orgs/electron/people) of the Electron project. (If not, please create a [different issue type](https://github.com/electron/electron/issues/new/).) + required: true +- type: textarea + attributes: + label: Description + validations: + required: true