From d90736ba4d9eb585dd92b14ccf1e7d81048cdf98 Mon Sep 17 00:00:00 2001 From: Fabrice Gangler Date: Wed, 26 Feb 2020 11:53:51 +0100 Subject: [PATCH] CHORE: add gitlab issue template Refs: #3 --- .gitlab/issue_templates/Bug.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 0000000..948e2cc --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,22 @@ +## Steps to reproduce + +(How one can reproduce the issue - this is very important) + +## What is the current *bug* behavior? + +(What actually happens) + +## 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 -- GitLab