From f9ece10984c0ff2a7fabb82cdffdf348de2b3159 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Fri, 17 Mar 2023 02:05:18 -0400 Subject: [PATCH] require user to check if they're using the latest software --- .github/ISSUE_TEMPLATE/bug-report.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index a54671d06..ba4123373 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -15,6 +15,13 @@ body: - label: > I have checked that this issue has not already been reported. + - type: checkboxes + attributes: + label: Checks + options: + - label: > + I am using the latest version of Flow Launcher. + - type: textarea attributes: label: Problem Description @@ -54,7 +61,6 @@ body: validations: required: true - - type: textarea id: logs attributes: