From 5b3894ed4c8991e722ac49dae0023cdd0efef682 Mon Sep 17 00:00:00 2001
From: Pavel Zhukov <pavel.zhukov@huawei.com>
Date: Tue, 7 Sep 2021 11:07:45 +0200
Subject: [PATCH] Adjust bug reporting template

Changing bug reporting template to avoid duplication of data and
simplify the flow

Related: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/merge_requests/253
Related: https://git.ostc-eu.org/OSTC/planning/devops/-/issues/70

Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com>
---
 contributing/bug_policy.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/contributing/bug_policy.rst b/contributing/bug_policy.rst
index a81f2c0..5013cae 100644
--- a/contributing/bug_policy.rst
+++ b/contributing/bug_policy.rst
@@ -23,11 +23,12 @@ in our bug tracker and in the project that you think is the source of the
 issue. Use the provided template:
 
 * The module affected
-* What is the action and the result you see? (the bug)
-* What is the action and the result you expect? (the correct behaviour)
-* Frequency: always, sometimes, one-time issue
+* 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?
+* Do you know any workaround of this issue? (link to workaround/mitigation steps etc)
 * Do you have a fix for this issue?
 
 Developers review the reported issues and perform triage (see below). When a fix
-- 
GitLab