diff options
author | Russell Treleaven <rtreleaven@bunnykick.ca> | 2019-08-18 20:48:23 +0000 |
---|---|---|
committer | Russell Treleaven <rtreleaven@bunnykick.ca> | 2019-08-18 20:48:23 +0000 |
commit | 19dd84c22125984b7241cf840b9aaba3c471fd0c (patch) | |
tree | 1f364f6efd54d3dd48aa070f0921cd9d2530e3b4 /.gitlab | |
parent | a7caa9d393a3a71b355527c14e655d8e07b9a5b0 (diff) | |
download | pulseaudio-19dd84c22125984b7241cf840b9aaba3c471fd0c.tar.gz |
Update Bug.md to encourage users to attach pa-info output to bug reportspatch-1
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index b1d24d6d9..88a7469d2 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -5,14 +5,11 @@ Missing data may cause bugs to languish. (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` - +Check to see if you have pa-info installed by running `which pa-info` +If yes please run it +If no please download and run https://gitlab.freedesktop.org/pulseaudio/pulseaudio/blob/master/src/utils/pa-info +Attach the output to this bug report as pa-info.txt + ### Steps to reproduce (How one can reproduce the issue - this is very important) |