From 672c7e05b1e4d91943e3dedc2eb2851fd36c2929 Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Sat, 1 Dec 2018 16:07:58 +0200 Subject: [PATCH] Added ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..2305e4aec --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +# Issue template + +### Prerequisites +- [ ] I have searched the issue tracker to check if the issue has already been reported. + +### Version +[Which version of the game did the bug happen in. Also, please include the operating system you're using (Windows/Linux/Mac).] + +### Description +[Describe the issue here] + +### 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.] + +### Additional information +[Any additional information that might be helpful in fixing the issue. Save files, submarine files, screenshots, etc...]