From 142412e77155c5796ed829fdf1353a2096199a67 Mon Sep 17 00:00:00 2001 From: Dane Evans Date: Wed, 26 Nov 2025 15:25:24 +1100 Subject: [PATCH] tweak bug reports (#3818) --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++++- .../{bug_repor_internal.yml => bug_report_internal.yml} | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{bug_repor_internal.yml => bug_report_internal.yml} (96%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 966c21407..ef57ec56d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -36,6 +36,9 @@ body: - label: | I am able to reproduce the bug with the latest version. required: true + - label: | + I have updated to the latest *Alpha* firmware, and am able to reproduce the bug. Many issues are fixed quickly in alpha before the general beta release. + required: true - label: | I made sure that there are no existing **OPEN or CLOSED issues** which I could contribute my information to. required: true @@ -51,7 +54,9 @@ body: - label: | I agree to follow this project's Code of Conduct required: true - + - label: | + I actually read this list, and should be taken seriously. + required: false - type: input id: app-version attributes: diff --git a/.github/ISSUE_TEMPLATE/bug_repor_internal.yml b/.github/ISSUE_TEMPLATE/bug_report_internal.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/bug_repor_internal.yml rename to .github/ISSUE_TEMPLATE/bug_report_internal.yml index c1f0d2201..5f01a4573 100644 --- a/.github/ISSUE_TEMPLATE/bug_repor_internal.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_internal.yml @@ -36,6 +36,9 @@ body: - label: | I am able to reproduce the bug with the latest version. required: true + - label: | + I have updated to the latest *Alpha* firmware, and am able to reproduce the bug. Many issues are fixed quickly in alpha before the general beta release. + required: true - label: | I made sure that there are no existing **OPEN or CLOSED issues** which I could contribute my information to. required: true