gh: update issue templates

Add section for reproduction rate in bug report template
This commit is contained in:
Liam Girdwood 2019-05-28 13:20:34 +01:00 committed by GitHub
parent 3e24390a62
commit b4d292d75f
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: enhancement
assignees:
assignees: ''
---