From d6cfab53038a60e3bac01aeb745eab1d1ab68bbb Mon Sep 17 00:00:00 2001 From: Niklas Widmann Date: Sat, 8 Jul 2023 12:15:04 +0200 Subject: [PATCH] fix bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a70dff1..f48de25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,9 +37,9 @@ body: label: Minecraft Version multiple: false options: - - 1.20 - - 1.19 - - 1.18 + - "1.20" + - "1.19" + - "1.18" validations: required: true @@ -48,4 +48,4 @@ body: attributes: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell + render: Shell