From e1c10fee88439d54445964f263d53c80e689432a Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sat, 12 Feb 2022 16:40:57 +0100 Subject: [PATCH] Make minecraft version required in bug template --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 40c6f2895..5410d5be9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,10 +31,14 @@ body: - type: dropdown id: minecraft attributes: - label: What Minecraft version is this happening on? - options: - - Minecraft 1.18.1 - - Minecraft 1.16.5 + label: What Minecraft version is this happening on? + description: | + If your Minecraft version isn't listed here, it means that it's no longer supported. In that case, don't create an issue. + options: + - Minecraft 1.18.1 + - Minecraft 1.16.5 + validations: + required: true - type: input id: forge attributes: