mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
* build: create maintainer task issue template and disable blank issues * Implement review feedback by @dsanders11 * Rename issue template file
15 lines
488 B
YAML
15 lines
488 B
YAML
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
|