From 03f4e9e535d9db22ee26da7bad5a85496d6a039a Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 13 Sep 2017 10:49:01 +0900 Subject: [PATCH 1/2] Update ISSUE_TEMPLATE.md - Add comments block - Replace list items with headers Closes #10907 Based on https://github.com/mochajs/mocha/pull/2869 Auditors: Test Plan: --- .github/ISSUE_TEMPLATE.md | 52 +++++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6da89dbcbfe..fdeb36801ad 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,31 +1,41 @@ -- Did you search for similar issues before submitting this one? + -- Brave Version (revision SHA): +### Description + -- Steps to reproduce: - 1. - 2. - 3. - -- Actual result: +### Steps to Reproduce + -- Expected result: + 1. + 2. + 3. -- Will the steps above reproduce in a fresh profile? If not what other info can be added? +**Actual result:** + -- Is this an issue in the currently released version? +**Expected result:** -- Can this issue be consistently reproduced? +**Reproduces how often:** [What percentage of the time does it reproduce?] -- Extra QA steps: - 1. - 2. - 3. +### Brave Version + -- Screenshot if needed: - -- Any related issues: +### Additional Information + From 94a5e356c0883ae321f2dac1085181d70b1a57cc Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 13 Sep 2017 13:21:10 +0900 Subject: [PATCH 2/2] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fdeb36801ad..57b90d5429d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,7 @@