From 8f980c726beda515fcb7e4d7dd62bab397cfe49f Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 7 Jul 2024 09:25:43 +0200 Subject: [PATCH] chore: update bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 62071285d..e37a93fe4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -24,13 +24,14 @@ body: - type: dropdown attributes: label: Server Version - description: Which server version version you using? If your server version is not listed, it is not supported. Update to a supported version first. + description: Which server version are you using? If your server version is not listed, it is not supported. Update to a supported version first. multiple: false options: + - '1.21' + - '1.20.6' - '1.20.4' - '1.20' - '1.19.4' - - '1.18.2' validations: required: true