diff --git a/.github/ISSUE_TEMPLATE/maintainer_issue.yml b/.github/ISSUE_TEMPLATE/maintainer_issue.yml deleted file mode 100644 index 9ae65a1176..0000000000 --- a/.github/ISSUE_TEMPLATE/maintainer_issue.yml +++ /dev/null @@ -1,14 +0,0 @@ -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