build: extend Chromium options in bug report template (#47829)
* build: extend Chromium options in bug report template As predicted by @dsanders11 and others, we got a bunch of bug reports with clearly incorrect values for "does this issue appear in Chromium?" because people didn't test or didn't know how to test. This PR adds an "I didn't know how to test" option. * build: update wording to use present tense
This commit is contained in:
parent
4699761649
commit
51bfe07da9
1 changed files with 1 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -63,6 +63,7 @@ body:
|
||||||
label: Does the issue also appear in Chromium / Google Chrome?
|
label: Does the issue also appear in Chromium / Google Chrome?
|
||||||
description: If it does, please report the issue in the [Chromium issue tracker](https://issues.chromium.org/issues), not against Electron. Electron will inherit the fix once Chromium resolves the issue.
|
description: If it does, please report the issue in the [Chromium issue tracker](https://issues.chromium.org/issues), not against Electron. Electron will inherit the fix once Chromium resolves the issue.
|
||||||
options:
|
options:
|
||||||
|
- I don't know how to test
|
||||||
- "Yes"
|
- "Yes"
|
||||||
- "No"
|
- "No"
|
||||||
validations:
|
validations:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue