From ee3188eb704170db363dfd9d9f3b27dbf29cea38 Mon Sep 17 00:00:00 2001 From: TropheusJ <60247969+TropheusJ@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:21:48 -0400 Subject: [PATCH] add MC version to crash --- .github/ISSUE_TEMPLATE/crash.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/crash.yml b/.github/ISSUE_TEMPLATE/crash.yml index df1811401..ce28c8217 100644 --- a/.github/ISSUE_TEMPLATE/crash.yml +++ b/.github/ISSUE_TEMPLATE/crash.yml @@ -21,6 +21,15 @@ body: validations: required: true + - type: dropdown + attributes: + label: Minecraft Version + options: + # formatted for regex matching + - "Minecraft Version: 1.18.2" + - "Minecraft Version: 1.19.2" + - "Minecraft Version: 1.20.1" + - type: markdown attributes: value: "Thank you for taking the time to report this and help improve Create!"