From 1aad03f2a97ab64414b0dad0422c3350ad7c86ab Mon Sep 17 00:00:00 2001 From: MoriyaShiine <45156123+MoriyaShiine@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:45:07 -0500 Subject: [PATCH] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index f542dfa..94501ec 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -1,10 +1,18 @@ name: Issue description: File a bug report body: + - type: checkboxes + attributes: + label: Confirmations + options: + - label: I can verify that I am running the mod on the latest possible Minecraft version. + required: true + - label: I can verify that the issue I am reporting exists on the latest possible Mod version. + required: true - type: input attributes: 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. + description: Please do not put "latest,", "newest," or some other vague indiciator. validations: required: true - type: textarea