From 8da08ad62682aa794fd262153b9e975737a12b89 Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Sat, 1 Dec 2018 16:11:22 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ 1 file changed, 19 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 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.