From e882eea22a3f4483bfeb21c6830a17d13f266601 Mon Sep 17 00:00:00 2001 From: AnErrupTion Date: Fri, 27 Mar 2026 23:18:16 +0100 Subject: [PATCH] Improve bug report template Notably, don't make the issue reproduction on a fresh install required. This'll likely filter out the honest people who have actually done it from the others who haven't. Signed-off-by: AnErrupTion --- .github/ISSUE_TEMPLATE/bug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 909ba6c..1a6d57a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -12,8 +12,8 @@ body: - label: I have looked for any other duplicate issues required: true - label: I have reproduced the issue on a fresh install of my OS & Ly with default settings, except ones I will mention - required: true - - label: I have confirmed this issue also occurs on the latest development version + required: false + - label: I have confirmed this issue also occurs on the latest development version (found in the `master` branch) required: true - type: input id: version