mirror of https://github.com/thesofproject/sof.git
gh: update issue templates
Add section for reproduction rate in bug report template
This commit is contained in:
parent
3e24390a62
commit
b4d292d75f
|
@ -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.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ name: Feature request
|
|||
about: Suggest an idea for this project
|
||||
title: "[FEATURE]"
|
||||
labels: enhancement
|
||||
assignees:
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue