From 698d386c26517217027b2f9678ebc644c03b2ae1 Mon Sep 17 00:00:00 2001 From: Tschipp <11649893+Tschipp@users.noreply.github.com> Date: Sat, 27 Dec 2025 23:00:46 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/blacklist-request.md | 22 ++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blacklist-request.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/blacklist-request.md b/.github/ISSUE_TEMPLATE/blacklist-request.md new file mode 100644 index 0000000..ddaf425 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blacklist-request.md @@ -0,0 +1,22 @@ +--- +name: Blacklist Request +about: Have a block / entity that shouldn't be picked up by Carry On? Report it here. +title: "[Blacklist]" +labels: Blacklist +assignees: '' + +--- + +**Describe the problem** +What block / entity is causing issues? What problems occur with placement / pickup? + +**ID's to Blacklist** +List of block identifiers (namespace:name) to blacklist. You can find identifiers by activating F3 and moving your crosshair over the block +- +- +... + +**Game Information (please complete the following information):** +- Minecraft Version: +- Mod Loader: +- Carry On Version: diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..76f2351 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report about a crash or otherwise buggy behavior +title: "[Bug]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. +2. +... + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Game Information (please complete the following information):** +- Minecraft Version: +- Mod Loader: +- Carry On Version: + +**Additional context, logs** +Add any other context about the problem here. Also include logs if available diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..6bf0b9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for Carry On +title: "[Feature Request]" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.