From b4d292d75f4467f4935c79abd3621be09c546e91 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Tue, 28 May 2019 13:20:34 +0100 Subject: [PATCH] gh: update issue templates Add section for reproduction rate in bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++++- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 597a107bb..27eb3f9d3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: "[BUG]" labels: bug -assignees: +assignees: '' --- @@ -15,6 +15,10 @@ Please also read https://thesofproject.github.io/latest/howtos/process/bug-track **To Reproduce** Steps to reproduce the behavior: (e.g. list commands or actions used to reproduce the bug) +**Reproduction Rate** +How often does the issue happen ? i.e. 1/10 (once in ten attempts), 1/1000 or all the time. +Does the reproduction rate vary with any other configuration or user action, if so please describe and show the new reproduction rate. + **Expected behavior** A clear and concise description of what you expected to happen. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e5ad16264..f45586549 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: "[FEATURE]" labels: enhancement -assignees: +assignees: '' ---