From 51bfe07da974efe111ef73ccf7ecdf510f33d256 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Mon, 21 Jul 2025 21:26:02 +0200 Subject: [PATCH] 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 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b324d604e9a6..77349e98b06c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -63,6 +63,7 @@ body: 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. options: + - I don't know how to test - "Yes" - "No" validations: