From b7f6b058c12dd08f7e1a42156e6b1ae5a0f01b70 Mon Sep 17 00:00:00 2001
From: Pavel Zhukov <pavel.zhukov@huawei.com>
Date: Wed, 20 Jul 2022 11:12:47 +0200
Subject: [PATCH] .gitlab: Add bug reporting template

Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com>
---
 .gitlab/issue_templates/Bug.md | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 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..2c350a94
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,33 @@
+## The module affected
+
+meta-openharmony
+
+## 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 ~"Issue::Bug" ~needs-investigation ~"team::maintenance"
-- 
GitLab