From 1178fcd916107ed57441a74ae26e7844248730b3 Mon Sep 17 00:00:00 2001 From: Maurizio De Santis Date: Fri, 1 Feb 2019 17:41:40 +0100 Subject: [PATCH] Bug report template improvements It includes the following changes: 1. Remove the `**Describe the bug**` title: since it is a title and not a HTML comment, it encourages the user to start the bug report content with `**Describe the bug**` 2. On reproduction steps, suggest using the Solidus sandbox, which helps in order to have a deterministic way to reproduce the bug 3. Add "Current behavior" section, otherwise it would get lost into the reproduction steps and "Expected behavior" wouldn't have a counterpart section --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1e9f0d6d6e6..59aae346374 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,21 +7,25 @@ assignees: '' --- -**Describe the bug** - + **Solidus Version**: **To Reproduce** +**Current behavior** + + **Expected behavior**