From 2ebc5048909890c2e3f2db43e6cf95d285aa5c08 Mon Sep 17 00:00:00 2001 From: anonym3000 <186270664+TheAnonym3000@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:53:11 +0100 Subject: [PATCH 1/4] I can't read docs... --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - .github/ISSUE_TEMPLATE/compat_report.yml | 1 - .github/ISSUE_TEMPLATE/crash_report.yml | 1 - .github/ISSUE_TEMPLATE/documentation_request.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.yml | 1 - 5 files changed, 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 22a25ebf..99af2da8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,6 @@ name: Bug Report description: "Report some other kind of issue." labels: [ "Type: Bug" ] -type: "Bug" body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/compat_report.yml b/.github/ISSUE_TEMPLATE/compat_report.yml index 0b14b343..e32e1543 100644 --- a/.github/ISSUE_TEMPLATE/compat_report.yml +++ b/.github/ISSUE_TEMPLATE/compat_report.yml @@ -1,7 +1,6 @@ name: Bug Report description: "Report some other kind of incompatibility with another mod." labels: [ "Type: Compatibility" ] -type: "Bug" body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index 550dd288..9678910f 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -1,7 +1,6 @@ name: Bug Report description: "Report a crash." labels: [ "Type: Crash" ] -type: "Bug" body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/documentation_request.yml b/.github/ISSUE_TEMPLATE/documentation_request.yml index 056f653a..ad70d901 100644 --- a/.github/ISSUE_TEMPLATE/documentation_request.yml +++ b/.github/ISSUE_TEMPLATE/documentation_request.yml @@ -1,7 +1,6 @@ name: Feature request description: "Suggest an idea/change for the documentation" labels: [ "Type: Enhancement" ] -type: "Feature" body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index dc88b1b8..bcb94d77 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,6 @@ name: Feature request description: "Suggest an idea for the mod" labels: [ "Type: Enhancement" ] -type: "Feature" body: - - type: textarea - attributes: From e220ffd4e944582f0df8eeafaa71c5f0338bdbbb Mon Sep 17 00:00:00 2001 From: anonym3000 <186270664+TheAnonym3000@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:55:07 +0100 Subject: [PATCH 2/4] Some things --- .github/ISSUE_TEMPLATE/feature_request.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index bcb94d77..2ee4e734 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,11 +2,13 @@ name: Feature request description: "Suggest an idea for the mod" labels: [ "Type: Enhancement" ] body: - - - type: textarea - - attributes: - - label: What feature do you want to be added? - - description: > - Please describe what you want to be added. + - type: textarea + attributes: + label: What feature do you want to be added? + description: > + Please describe what you want to be added. + validations: + required: true - type: textarea attributes: From fccf86677ea76de277fcca388e38c32434301eb0 Mon Sep 17 00:00:00 2001 From: anonym3000 <186270664+TheAnonym3000@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:56:50 +0100 Subject: [PATCH 3/4] Name must be unique --- .github/ISSUE_TEMPLATE/compat_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/compat_report.yml b/.github/ISSUE_TEMPLATE/compat_report.yml index e32e1543..98cff27c 100644 --- a/.github/ISSUE_TEMPLATE/compat_report.yml +++ b/.github/ISSUE_TEMPLATE/compat_report.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: Compatibility Report description: "Report some other kind of incompatibility with another mod." labels: [ "Type: Compatibility" ] body: From 447685e28094d2a97219c30a78d2ae33146253cb Mon Sep 17 00:00:00 2001 From: anonym3000 <186270664+TheAnonym3000@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:58:28 +0100 Subject: [PATCH 4/4] Name must be unique --- .github/ISSUE_TEMPLATE/crash_report.yml | 2 +- .github/ISSUE_TEMPLATE/documentation_request.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index 9678910f..7e5e59ab 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: Crash Report description: "Report a crash." labels: [ "Type: Crash" ] body: diff --git a/.github/ISSUE_TEMPLATE/documentation_request.yml b/.github/ISSUE_TEMPLATE/documentation_request.yml index c2209f6f..bb4058d7 100644 --- a/.github/ISSUE_TEMPLATE/documentation_request.yml +++ b/.github/ISSUE_TEMPLATE/documentation_request.yml @@ -1,12 +1,12 @@ -name: Feature request +name: Documentation request description: "Suggest an idea/change for the documentation" labels: [ "Type: Enhancement" ] body: - type: textarea attributes: - label: Which page would you like to have added to/changed? - description: > - Please describe what you want to be added/changed. + label: Which page would you like to have added to/changed? + description: > + Please describe what you want to be added/changed. validations: required: true