From 541db9e7aa16306b8d35dd7dabb5c236feaed98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89awa?= <103882054+cao-awa@users.noreply.github.com> Date: Tue, 19 Nov 2024 03:52:59 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d08b251 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug] the bug description " +labels: bug, help wanted +assignees: cao-awa + +--- + +## Describe the bug +A clear and concise description of what the bug is. + +## Reproduce +Steps to reproduce the behavior. + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Environment +1. Your Java version +2. Your Conium version +3. Your other mods +4. Your Minecraft version + +## latest.log +Upload ```latest.log``` to [mclogs](https://mclo.gs/) and paste the link here. + +## Labels +If this bug has damaged the world, game data, gameplay or found CVE vulnerability, please add ```emergency``` label to this issue.