From 65ce72e65a8bfb9156179bf72e88db60011b0c14 Mon Sep 17 00:00:00 2001 From: MoriyaShiine <45156123+MoriyaShiine@users.noreply.github.com> Date: Sat, 3 Feb 2024 10:51:37 -0600 Subject: [PATCH] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 0ec98cf..f542dfa 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -3,8 +3,8 @@ description: File a bug report body: - type: input attributes: - label: Mod version - description: Please note that unless this bug still exists on the latest version, it will not be fixed. + label: Mod version (NOT Minecraft version) + description: Please note that unless this bug still exists on the latest avaiable Mod version and Minecraft version, it will not be fixed. Versions titled "latest,", "newest," or some other vague indiciator will be closed without comment. validations: required: true - type: textarea @@ -16,3 +16,5 @@ body: attributes: label: Log or crash report description: Please use [gist](https://gist.github.com/). + validations: + required: true