From d60f66c59c20308e8494159a3182c208d44784ba Mon Sep 17 00:00:00 2001 From: "robinwilliam.hundt" <robinwilliam.hundt@stud.uni-goettingen.de> Date: Thu, 2 Nov 2017 11:00:06 +0100 Subject: [PATCH] Added Bug issue template --- .gitlab/issue_templates/Bug.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000..0622166b --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,28 @@ +####Summary + + + +####Steps to reproduce + + + +####Example Project + + + +####What is the current bug behavior? + + + +####What is the expected correct behavior? + + + +####Relevant logs and/or screenshots + + + +####Possible fixes + +/label Bug +/label Needs assignment -- GitLab