From a7a28e9e5ef9a65d431d56cf464afce330a35082 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov <pavel.zhukov@huawei.com> Date: Tue, 7 Sep 2021 08:06:43 +0200 Subject: [PATCH] Issue template for bug reporting Ref: https://git.ostc-eu.org/OSTC/planning/devops/-/issues/70 Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com> --- .gitlab/issue_templates/Bug.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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..e6dd34d8 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,31 @@ +## The module affected + +## What is the action to reproduce the bug? + +[//]: #(Steps to reproduce) + +## What is the result you see? + +(Actual result) + +## What is the result you expect? + +(Expected behaviour) + +## Frequency? + +(always, sometimes, one-time issue) + +## Tested version + +(image name and version, platform) + +## Do you know any workaround of this issue? + +(link to workaround/mitigation steps etc) + +## Do you have a fix for this issue? + +(link to upstream patch, merge/pull request) + +/label ~bug ~needs-investigation -- GitLab