You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pa...@apache.org on 2020/07/04 10:41:15 UTC

[cloudstack-primate] branch master updated: encourage bug submitters to be explicit about the type of users bug affects

This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 96b47df  encourage bug submitters to be explicit about the type of users bug affects
96b47df is described below

commit 96b47dfee941c3c9affefbb250aa793f4eabacc9
Author: Paul Angus <pa...@shapeblue.com>
AuthorDate: Sat Jul 4 11:41:07 2020 +0100

    encourage bug submitters to be explicit about the type of users bug affects
---
 .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 54e5d84..332b6d5 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -12,10 +12,12 @@ A clear and concise description of what the bug is.
 
 **To Reproduce**
 Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
+
+1. Log in as a User or an Admin
+2. Go to '...'
+3. Click on '....'
+4. Scroll down to '....'
+5. See error
 
 **Expected behavior**
 A clear and concise description of what you expected to happen.