From 868a83cb7a5a112ab56ee13dec2dae6b6a49dd61 Mon Sep 17 00:00:00 2001 From: Jorel Ali Date: Sat, 16 Mar 2024 18:49:21 +0000 Subject: [PATCH] Adds Minecraft versions 1.20.2 - 1.20.4 to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2b1c7759a9..fe68898828 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,6 +20,9 @@ body: description: What version of Minecraft are you using? _(If using a minor version that isn't specified, such as 1.18.1, just select the latest version below it such as 1.18)_ multiple: false options: + - "1.20.4" + - "1.20.3" + - "1.20.2" - "1.20.1" - "1.20" - "1.19.4"