From ee17c172c3d363f72aa07468be7381850c9b7a5c Mon Sep 17 00:00:00 2001 From: Dan <20766261+D4n2021@users.noreply.github.com> Date: Sat, 8 Nov 2025 18:24:09 +0100 Subject: [PATCH 1/3] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index db0bb64..c4fe983 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -5,6 +5,14 @@ type: bug labels: ["type:bug", "needs:info"] projects: [] body: + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: markdown attributes: value: | @@ -27,11 +35,3 @@ body: placeholder: Tell us what you see! validations: required: true - - - type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. - options: - - label: I have searched the existing issues - required: true From 20fd5dd45ddc891df1b21cf5d818c4448163419d Mon Sep 17 00:00:00 2001 From: Dan <20766261+D4n2021@users.noreply.github.com> Date: Sat, 8 Nov 2025 18:27:37 +0100 Subject: [PATCH 2/3] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c4fe983..b199c46 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,6 @@ name: Bug Report description: File a bug report title: "[Bug]: " -type: bug labels: ["type:bug", "needs:info"] projects: [] body: From b7553bcfc8c3a10762ea4344e4daf906e65cc2e1 Mon Sep 17 00:00:00 2001 From: Andrew Williamson Date: Tue, 11 Nov 2025 15:11:06 +0000 Subject: [PATCH 3/3] added type:bug back in --- .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 b199c46..c4fe983 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,7 @@ name: Bug Report description: File a bug report title: "[Bug]: " +type: bug labels: ["type:bug", "needs:info"] projects: [] body: