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:
Niklas Wenzel 2025-07-21 21:26:02 +02:00 committed by GitHub
commit 51bfe07da9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: