From 667d0cc30cf30d27f871439c9d74ff404a9b83ff Mon Sep 17 00:00:00 2001 From: Technocality <105610111+Technocality@users.noreply.github.com> Date: Fri, 8 Aug 2025 12:02:55 -0500 Subject: [PATCH] fix(GH): Add missing versions to issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2ea26f2b4..0a816ac4e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -30,9 +30,13 @@ body: label: Minecraft Version description: What version of Minecraft are you running? options: + - 1.21.8 - 1.21.5 - 1.21.4 + - 1.21.3 - 1.21.1 + - 1.20.4 + - 1.20.1 default: 0 validations: required: true