diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3b80fbb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: A quick guide on how to write a bug report +title: "[MC Version] Issue Title" +labels: '' +assignees: '' + +--- + +Please fill out the template below to describe your issue. Doing so **greatly** helps us understand what happened! + +**Description** +A clear and concise description of what the bug is. + +**Steps to reproduce:** +What did you do to cause the issue? Can it be replicated? + +**Expected behavior:** +A clear and concise description of what you expected to happen. + +**Logs** +Even if the game didn't crash, please submit your client/server logs as well. They contain vital information to troubleshoot the issue. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Mod list:** +Post a list of your mods here, **Forge, Origins and Origins: Classes versions are mandatory!** +You can generate a mod list by forcing a crash. In your game, hold F3+C for 10 seconds, then check your logs; the list of mods will be by the end. + +Thank you for helping with the project! Your reports are appreciated!