From 604fd1bfa4d680c95b2e7d8d8e7aa541ec3ff652 Mon Sep 17 00:00:00 2001 From: TropheusJ Date: Fri, 8 Dec 2023 12:40:08 -0500 Subject: [PATCH] change some more words --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/crash.yml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 18e30adb9..1f36d7b9e 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -7,7 +7,7 @@ body: label: Description description: " Please describe the issue with as much detail as possible. - Explain what happened, and what should have happened. + Explain what happened, and what should have happened instead. Add screenshots or videos if they would be useful." validations: required: true diff --git a/.github/ISSUE_TEMPLATE/crash.yml b/.github/ISSUE_TEMPLATE/crash.yml index 460d92dd1..14752559e 100644 --- a/.github/ISSUE_TEMPLATE/crash.yml +++ b/.github/ISSUE_TEMPLATE/crash.yml @@ -25,10 +25,9 @@ body: attributes: label: Minecraft Version options: - # formatted for regex matching - - "Minecraft Version: 1.18.2" - - "Minecraft Version: 1.19.2" - - "Minecraft Version: 1.20.1" + - "1.18.2" + - "1.19.2" + - "1.20.1" validations: required: true