diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..460cf9c78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Found a bug? Help us squash it by making a bug report! + +--- + +- [ ] I have searched the issue tracker to check if the issue has already been reported. + +**Description** +A clear and concise description of what the bug is. + +**Steps To Reproduce** +If possible, describe how the developers can reproduce the issue. It is often extremely hard to fix a bug if we don't know how to make it happen. + +**Version** +Which version of the game did the bug happen in. Also, please include the operating system you're using (Windows/Linux/Mac). + +**Additional information** +Add any other context about the problem here.