From 3b6e4f2cc2a22f43bbef8e648a57ddd37caa3377 Mon Sep 17 00:00:00 2001 From: PiBOH Date: Sat, 27 Jun 2026 16:23:03 +0200 Subject: [PATCH 1/2] Added custom issue template for branch 1.21.11 check it here: https://github.com/PiBOH/ModMenuUpdater/issues/new/choose --- .github/ISSUE_TEMPLATE/bug_report.yml | 226 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 + .github/ISSUE_TEMPLATE/feature_request.yml | 47 +++++ 3 files changed, 278 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..d8e8d15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,226 @@ +name: "πŸ› Bug Report" +description: Is something broken? Help us fix it! +title: "[Bug]: " +labels: ["bug", "triage"] +body: + - type: markdown + attributes: + value: | + ### πŸ› οΈ Bug Report + Thank you for reporting! Please fill out the form below. + + - type: checkboxes + id: checklist + attributes: + label: Pre-flight Checklist + options: + - label: I am using the latest version of the mod. + required: true + - label: I checked for duplicate issues. + required: true + + - type: dropdown + id: component + attributes: + label: πŸ“ Where do you think the bug is? + description: Select the area of the app. + options: + - πŸ“ƒπŸ“¦πŸ” Mod Menu Updater Code + - ⛏️ Minecraft bug + - 🧩 Other mod incompatibility + - ❓ Other + validations: + required: true + + - type: dropdown + id: frequency + attributes: + label: πŸ“‰ How often does it happen? + options: + - πŸ”΄ Always (100%) + - 🟠 Often (> 50%) + - 🟑 Sometimes (< 50%) + - 🟒 Rarely (Once or twice) + validations: + required: true + + - type: textarea + id: reproduce-steps + attributes: + label: πŸ”„ Steps to reproduce the bug + description: Clear steps lead to a faster fix! + placeholder: | + 1. Go to ... + 2. Tap on ... + 3. See error + value: | + 1. + 2. + 3. + validations: + required: true + + - type: textarea + id: expected-actual + attributes: + label: πŸ†š Expected vs. Actual + description: What happened vs. what should have happened. + placeholder: | + Expected: Open Minecraft and enjoy + Actual: Open Minecraft and it crashes + validations: + required: true + + - type: markdown + attributes: + value: "---" + + - type: dropdown + id: os-type + attributes: + label: πŸ’Ώ What Operating System are you using? + options: + - Windows + - MacOS + - Other (please specify in the clarifications section) + validations: + required: true + + - type: dropdown + id: win-ver + attributes: + label: πŸͺŸ Windows Version? + options: + - I don't use Windows + - Windows 11 + - Windows 10 + - Windows 8 / 8.1 + - Windows 7 + - Windows Vista + - Windows XP + - Windows Legacy Version + validations: + required: true + + - type: dropdown + id: mc-ver-java + attributes: + label: ⛏️ Minecraft Version? + options: + - 26.2 + - 26.1.2 + - 26.1.1 + - 26.1 + - 1.21.11 + - 1.21.10 + - 1.21.4 + - Older (you usually shouldn't need to use this option) + validations: + required: true + + - type: dropdown + id: fabric-ver + attributes: + label: πŸ“œ Fabric Loader Version? + options: + - 0.19.3 + - 0.19.2 + - 0.19.1 + - 0.19.0 + - 0.18.6 + - 0.18.5 + - 0.18.4 + - 0.18.3 + - 0.18.2 + - 0.18.1 + - 0.18.0 + - 0.17.3 + - 0.17.2 + - 0.17.1 + - 0.17.0 + - 0.16.14 + - 0.16.13 + - 0.16.12 + - 0.16.10 + - 0.16.9 + - 0.16.8 + - 0.16.7 + - 0.16.6 + - 0.16.5 + - 0.16.4 + - 0.16.3 + - 0.16.2 + - 0.16.1 + - 0.16.0 + - 0.15.11 + - 0.15.10 + - 0.15.9 + - 0.15.8 + - 0.15.7 + - 0.15.6 + - 0.15.5 + - 0.15.4 + - 0.15.3 + - 0.15.2 + - 0.15.1 + - 0.15.0 + - 0.14.25 + - 0.14.23 + - 0.14.22 + - 0.14.21 + - 0.14.20 + - 0.14.19 + - 0.14.18 + - 0.14.17 + - 0.11.16 + - 0.14.15 + - 0.14.14 + - 0.14.13 + - 0.14.12 + - 0.14.11 + - 0.14.10 + - 0.14.9 + - 0.14.8 + - 0.14.7 + - 0.14.6 + - 0.14.5 + - 0.14.4 + - 0.14.3 + - 0.14.2 + - 0.14.1 + - 0.14.0 + - 0.13.3 + - 0.13.2 + - 0.13.1 + - 0.13.0 + - 0.12.12 + - 0.12.11 + - 0.12.10 + - 0.12.9 + - 0.12.8 + - 0.12.7 + - 0.12.6 + - 0.12.5 + - 0.12.4 + - 0.12.3 + - 0.12.2 + - 0.12.1 + - 0.12.0 + - Older (you usually shouldn't need to use this option) + validations: + required: true + + - type: input + id: mod-version + attributes: + label: πŸ“¦ Mod Version + placeholder: e.g. 1.1.9 + validations: + required: true + + - type: textarea + id: clarifications + attributes: + label: πŸ“„ Clarifications / Logs / Screenshots + description: Write clarifications, paste logs, or drag & drop screenshots here. + render: shell diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..e994f36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: ❓ Modrinth link: + url: https://modrinth.com/mod/modmenu-updater + about: Use this for downloading the mod. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..741b88c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,47 @@ +name: πŸš€ Richiesta di FunzionalitΓ  +description: Have an idea? Pitch it! +title: "[Feat]: " +labels: ["enhancement", "triage"] +body: + - type: markdown + attributes: + value: | + ### πŸ’‘ Feature Proposal + Aiuta a migliorere ModMenuUpdater. + + - type: dropdown + id: category + attributes: + label: 🏷️ Category + options: + - ✨ New Feature + - 🎨 UI / Design Improvement + - ⚑ Performance / Optimization + - 🌐 Translation / Localization + - πŸ”§ Other + validations: + required: true + + - type: textarea + id: description + attributes: + label: πŸ“ What + description: Please write here your idea + placeholder: "I would love to see..." + validations: + required: true + + - type: textarea + id: problem + attributes: + label: 🀝 Why do you need this? + description: Why is i necesary? What problem is it going to resolve? + placeholder: "Actualy is difficult to..." + validations: + required: true + + - type: textarea + id: context + attributes: + label: 🎨 Mockups / Screenshots / Extras + description: Drop images or sketches here if you have them! From c0f1f6b3d9d64cd4fbc1aea26f377a065726c564 Mon Sep 17 00:00:00 2001 From: PiBOH Date: Sat, 27 Jun 2026 16:40:28 +0200 Subject: [PATCH 2/2] Update feature request template to English --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 741b88c..f02cf68 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: πŸš€ Richiesta di FunzionalitΓ  +name: πŸš€ Feature request description: Have an idea? Pitch it! title: "[Feat]: " labels: ["enhancement", "triage"]