From 64aa03c1cbe7d14634fc1768afdf7129d86d4d1c Mon Sep 17 00:00:00 2001 From: NarsuMan <marko.rintamaki@jamk.fi> Date: Wed, 29 Aug 2018 13:46:29 +0300 Subject: [PATCH] Update bug.md --- .gitlab/issue_templates/bug.md | 39 +++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md index 9ace5daf..4687f9aa 100644 --- a/.gitlab/issue_templates/bug.md +++ b/.gitlab/issue_templates/bug.md @@ -1,25 +1,40 @@ -#### Issue description +## Summary +(Summarize the bug encountered concisely) -#### Steps to reproduce the issue +Steps to reproduce -1. -2. -3. +(How one can reproduce the issue - this is very important) -#### What's the expected result? +Example Project -- +(If possible, please create an example project here on GitLab.com that exhibits the problematic behaviour, and link to it here in the bug report) +(If you are using an older version of GitLab, this will also determine whether the bug has been fixed in a more recent version) -#### What's the actual result? -- +What is the current bug behavior? +(What actually happens) -#### Additional details / screenshot -- ![Screenshot]() -- \ No newline at end of file +What is the expected correct behavior? + +(What you should see instead) + + +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 + +(If you can, link to the line of code that might be responsible for the problem) + +/label ~bug ~reproduced ~needs-investigation +/cc @project-manager +/assign @qa-tester \ No newline at end of file -- GitLab