From 08f551c16742ae23b876230dd1ce09dce6974af1 Mon Sep 17 00:00:00 2001 From: object-Object Date: Wed, 27 May 2026 09:57:29 -0400 Subject: [PATCH] Update bug report template to add NeoForge and improve placeholders --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0a438461c..13b520c69 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,6 +10,7 @@ body: label: Modloader options: - Forge + - NeoForge - Fabric - Quilt validations: @@ -18,14 +19,14 @@ body: - type: input attributes: label: Minecraft version - placeholder: eg. 1.19.2 + placeholder: eg. 1.20.1 validations: required: true - type: input attributes: label: Hex Casting version - placeholder: eg. 0.11.1-7-pre-609 + placeholder: eg. 0.11.3 validations: required: true