From 9fc7c5a96b88cae284b7bc63692ec90bc307287d Mon Sep 17 00:00:00 2001 From: Thomas Winteler Date: Thu, 30 Aug 2018 08:13:54 +0000 Subject: [PATCH] [IMP] issue template --- .gitlab/issue_templates/Bug.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 14850be9..efa30932 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -1,32 +1,32 @@ -Summary +**Summary** (Summarize the bug encountered concisely) -Steps to reproduce +**Steps to reproduce** (How one can reproduce the issue - this is very important) -What is the current bug behavior? +**What is the current bug behavior?** (What actually happens) -What is the expected correct behavior? +**What is the expected correct behavior?** (What you should see instead) -Relevant logs and/or screenshots +**Relevant logs and/or screenshots** (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) -Possible fixes +**Possible fixes** (If you can, link to the line of code that might be responsible for the problem) -/label ~bug ~reproduced ~needs-investigation +/label ~bug