From e847e894a3e80adf391f7e84e6520048076a6216 Mon Sep 17 00:00:00 2001 From: anonym3000 <186270664+TheAnonym3000@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:03:15 +0100 Subject: [PATCH 1/4] Switch old templates to new System --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 +++++--- .github/ISSUE_TEMPLATE/feature_request.yml | 13 ++++++++++--- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 45b5f5c7..f5f315dd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Bug Report description: "Report some other kind of issue." -labels: [ "bug" ] +labels: [ "Type: Bug" ] +type: "Bug" body: - type: textarea attributes: @@ -16,8 +17,8 @@ body: attributes: label: Game Log & Crash Report (if applicable) description: > - We may need the game/crash log for additional information. - This file can be found in the \"logs\" or \"crash-reports\" folder of your Minecraft folder as \"latest.log\" or \"crash-*.txt"\. + We may need the game log for additional information. + This file can be found in the \"logs\" folder of your Minecraft folder as \"latest.log\". Please upload the file to https://mclo.gs/ and put the link here. **DO NOT** paste the file or its raw here, as that makes it harder to examine, and reduces the chance that we will be able to help you. validations: @@ -30,6 +31,7 @@ body: Please run the \"/create debuginfo\" command in-game. This will copy useful information to your clipboard that will greatly help with debugging. Please paste this information here. + **This is required and needed for debugging, so please don't leave this empty or add something else!** validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 073f1753..dc88b1b8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,12 +1,19 @@ name: Feature request description: "Suggest an idea for the mod" -labels: [ "enhancement" ] +labels: [ "Type: Enhancement" ] +type: "Feature" 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: Is your feature request related to a problem? Please describe. description: > - A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]. Leave empty if not. + A clear and concise description of what the problem is. e.g. \"I'm always frustrated when [...].\" Leave empty if not. validations: required: false @@ -24,7 +31,7 @@ body: description: > A clear and concise description of any alternative solutions or features you've considered. validations: - required: true + required: false - type: textarea attributes: From 3e9aae3f4760604d438a31d217a103b836cc1222 Mon Sep 17 00:00:00 2001 From: anonym3000 <186270664+TheAnonym3000@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:15:04 +0100 Subject: [PATCH 2/4] Add new templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/compat_report.yml | 40 ++++++++++++++++++ .github/ISSUE_TEMPLATE/crash_report.yml | 40 ++++++++++++++++++ .../ISSUE_TEMPLATE/documentation_request.yml | 41 +++++++++++++++++++ 4 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/compat_report.yml create mode 100644 .github/ISSUE_TEMPLATE/crash_report.yml create mode 100644 .github/ISSUE_TEMPLATE/documentation_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f5f315dd..22a25ebf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,7 +15,7 @@ body: - type: input attributes: - label: Game Log & Crash Report (if applicable) + label: Game Log (if applicable) description: > We may need the game log for additional information. This file can be found in the \"logs\" folder of your Minecraft folder as \"latest.log\". diff --git a/.github/ISSUE_TEMPLATE/compat_report.yml b/.github/ISSUE_TEMPLATE/compat_report.yml new file mode 100644 index 00000000..668e8b49 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/compat_report.yml @@ -0,0 +1,40 @@ +name: Bug Report +description: "Report some other kind of issue." +labels: [ "Type: Compatibility" ] +type: "Bug" +body: + - type: textarea + attributes: + label: Description + description: > + Please describe the issue in as much detail as possible. + Explain what happened, and what you expected to have happened instead. + Include images, screenshots, or videos if applicable. + validations: + required: true + + - type: input + attributes: + label: Game Log (if applicable) + description: > + We may need the game log for additional information. + This file can be found in the \"logs\" folder of your Minecraft folder as \"latest.log\". + Please upload the file to https://mclo.gs/ and put the link here. + **DO NOT** paste the file or its raw here, as that makes it harder to examine, and reduces the chance that we will be able to help you. + validations: + required: false + + - type: textarea + attributes: + label: Debug Information + description: > + Please run the \"/create debuginfo\" command in-game. + This will copy useful information to your clipboard that will greatly help with debugging. + Please paste this information here. + **This is required and needed for debugging, so please don't leave this empty or add something else!** + validations: + required: true + + - type: markdown + attributes: + value: "Thank you for taking the time to make a report and help improve Create: Sound of Steam!" diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml new file mode 100644 index 00000000..2b4d8191 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -0,0 +1,40 @@ +name: Bug Report +description: "Report some other kind of issue." +labels: [ "Type: Crash" ] +type: "Bug" +body: + - type: textarea + attributes: + label: Description + description: > + Please describe the crash in as much detail as possible. + Include images, screenshots, or videos if applicable. + validations: + required: true + + - type: input + attributes: + label: Crash Report + description: > + We may need the crash report for additional information. + This file can be found in the \"crash-reports\" folder of your Minecraft folder as \"crash-*.txt"\. + Please upload the file to https://mclo.gs/ and put the link here. + **DO NOT** paste the file or its raw here, as that makes it harder to examine, and reduces the chance that we will be able to help you. + validations: + required: true + + - type: textarea + attributes: + label: Debug Information + description: > + If possible please run the \"/create debuginfo\" command in-game. + This will copy useful information to your clipboard that will greatly help with debugging. + Please paste this information here. + + If that is not possible, please shortly describe which version you are using, which addons and on what operating system you are etc. + validations: + required: true + + - type: markdown + attributes: + value: "Thank you for taking the time to make a report and help improve Create: Sound of Steam!" diff --git a/.github/ISSUE_TEMPLATE/documentation_request.yml b/.github/ISSUE_TEMPLATE/documentation_request.yml new file mode 100644 index 00000000..1bc0e86b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_request.yml @@ -0,0 +1,41 @@ +name: Feature request +description: "Suggest an idea for the mod" +labels: [ "Type: Enhancement" ] +type: "Feature" +body: + - type: textarea + attributes: + label: What site do you want to be added/changed? + description: > + Please describe what you want to be added/changed. + validations: + required: true + + + - type: textarea + attributes: + label: "Describe the solution you'd like." + description: > + A clear and concise description of what you want to happen. + validations: + required: true + + - type: textarea + attributes: + label: "Describe alternatives you've considered." + description: > + A clear and concise description of any alternative solutions or features you've considered. + validations: + required: false + + - type: textarea + attributes: + label: Additional context + description: > + Add any other context or screenshots about the feature request here. + validations: + required: false + + - type: markdown + attributes: + value: "Thank you for taking the time to make a report and help improve Create: Sound of Steam!" From 6c3417e8fedfc76387ae6df29dee947f4762ee35 Mon Sep 17 00:00:00 2001 From: anonym3000 <186270664+TheAnonym3000@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:19:24 +0100 Subject: [PATCH 3/4] Whoops, forgot to change the names --- .github/ISSUE_TEMPLATE/compat_report.yml | 2 +- .github/ISSUE_TEMPLATE/crash_report.yml | 2 +- .github/ISSUE_TEMPLATE/documentation_request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/compat_report.yml b/.github/ISSUE_TEMPLATE/compat_report.yml index 668e8b49..0b14b343 100644 --- a/.github/ISSUE_TEMPLATE/compat_report.yml +++ b/.github/ISSUE_TEMPLATE/compat_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: "Report some other kind of issue." +description: "Report some other kind of incompatibility with another mod." labels: [ "Type: Compatibility" ] type: "Bug" body: diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index 2b4d8191..550dd288 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: "Report some other kind of issue." +description: "Report a crash." labels: [ "Type: Crash" ] type: "Bug" body: diff --git a/.github/ISSUE_TEMPLATE/documentation_request.yml b/.github/ISSUE_TEMPLATE/documentation_request.yml index 1bc0e86b..056f653a 100644 --- a/.github/ISSUE_TEMPLATE/documentation_request.yml +++ b/.github/ISSUE_TEMPLATE/documentation_request.yml @@ -1,5 +1,5 @@ name: Feature request -description: "Suggest an idea for the mod" +description: "Suggest an idea/change for the documentation" labels: [ "Type: Enhancement" ] type: "Feature" body: From 96954b48b97c3e543e4ea0f98ca72a66a1dd5529 Mon Sep 17 00:00:00 2001 From: Deanosaur75 <161082051+Deanosaur75@users.noreply.github.com> Date: Thu, 26 Feb 2026 06:34:41 -0600 Subject: [PATCH 4/4] Modify documentation request issue template Updated the issue template for documentation requests to clarify the label and question wording. --- .github/ISSUE_TEMPLATE/documentation_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation_request.yml b/.github/ISSUE_TEMPLATE/documentation_request.yml index 056f653a..54fafff4 100644 --- a/.github/ISSUE_TEMPLATE/documentation_request.yml +++ b/.github/ISSUE_TEMPLATE/documentation_request.yml @@ -1,11 +1,11 @@ name: Feature request description: "Suggest an idea/change for the documentation" -labels: [ "Type: Enhancement" ] +labels: [ "Type: Documentation" ] type: "Feature" body: - type: textarea attributes: - label: What site do 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: