From c03f1485c64b7357c2df21c111a30eaa483e14f2 Mon Sep 17 00:00:00 2001 From: Ceikry Date: Mon, 28 Jun 2021 03:32:40 +0000 Subject: [PATCH] Add bug report template --- .gitlab/issue_templates/Bug Report.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitlab/issue_templates/Bug Report.md diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md new file mode 100644 index 000000000..4bfda573a --- /dev/null +++ b/.gitlab/issue_templates/Bug Report.md @@ -0,0 +1,8 @@ +### Description of issue +Describe in detail what exactly happened. No "it no workie" will be accepted. Clear and concise definitions of what *exactly* the problem is. + +### What should have happened +Write out what the expected behavior/etc is. + +### Reproduction steps (if applicable) +Inform us how to reproduce this issue so we can effectively debug it.