mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
give users a template that encourages complete bug reports
This commit is contained in:
parent
334ae350b4
commit
7525cc8215
1 changed files with 25 additions and 0 deletions
25
.gitlab/issue_templates/Bug.md
Normal file
25
.gitlab/issue_templates/Bug.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
### Warning
|
||||
Missing data may cause bugs to languish.
|
||||
|
||||
### Summary
|
||||
(Summarize the bug encountered concisely)
|
||||
|
||||
### environment
|
||||
Unless you are sure its not relevant please attach files for each command.
|
||||
`uname -a`
|
||||
`aplay -l`
|
||||
`arecord -l`
|
||||
`pactl info`
|
||||
`pactl list`
|
||||
`pulseaudio --version`
|
||||
|
||||
### Steps to reproduce
|
||||
(How one can reproduce the issue - this is very important)
|
||||
|
||||
|
||||
### What is the current *bug* behavior?
|
||||
(What actually happens)
|
||||
|
||||
### What is the expected *correct* behavior?
|
||||
(What you should see instead)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue