From 5a7cae3eb46769f16592260cd8ebd663b45f4862 Mon Sep 17 00:00:00 2001
From: Pavel Zhukov <pavel.zhukov@huawei.com>
Date: Tue, 21 Sep 2021 14:58:40 +0200
Subject: [PATCH] Duplicated bug template dropped

There's instance level bug template file which is copy of the project
level one. Directory kept for future overriding if needed

Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/127
Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com>
---
 .gitlab/issue_templates/Bug.md | 31 -------------------------------
 1 file changed, 31 deletions(-)
 delete mode 100644 .gitlab/issue_templates/Bug.md

diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
deleted file mode 100644
index e6dd34d8..00000000
--- a/.gitlab/issue_templates/Bug.md
+++ /dev/null
@@ -1,31 +0,0 @@
-## 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