aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/crash_report.yml
diff options
context:
space:
mode:
authorYasin <LifeIsAParadox@users.noreply.github.com>2023-10-14 23:04:45 +0200
committerGitHub <noreply@github.com>2023-10-14 17:04:45 -0400
commita7912e665bfb1308166d4e496512037baa10b655 (patch)
treeae14f2de60f3051f8a15be986a0accbdd4361854 /.github/ISSUE_TEMPLATE/crash_report.yml
parent8c2a1040c2a167fcaad273edb203aff42f18848f (diff)
downloadSkyblocker-a7912e665bfb1308166d4e496512037baa10b655.tar.gz
Skyblocker-a7912e665bfb1308166d4e496512037baa10b655.tar.bz2
Skyblocker-a7912e665bfb1308166d4e496512037baa10b655.zip
Update issue template (#360)
Use a drop-down menu instead of entering the minecraft version manually.
Diffstat (limited to '.github/ISSUE_TEMPLATE/crash_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/crash_report.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml
index d3433bd0..31828e76 100644
--- a/.github/ISSUE_TEMPLATE/crash_report.yml
+++ b/.github/ISSUE_TEMPLATE/crash_report.yml
@@ -10,12 +10,15 @@ body:
Before continuing to make the issue, please make sure there are no similar issues on [the issue tracker](https://github.com/SkyblockerMod/Skyblocker/issues). If there are, consider contributing your information in there instead!
Also, make sure you are using the latest version of the mod! If not, try updating to see if it resolves your issue.
- - type: input
+ - type: dropdown
id: minecraft-version
attributes:
label: Minecraft Version
description: What version of Minecraft are you running? If you do not know what version you are using, look in the bottom left corner of the main menu in game.
- placeholder: ex. Minecraft 1.20.1
+ options:
+ - 1.20.2
+ - 1.20.1
+ - 1.20.0
validations:
required: true
- type: input