aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell Treleaven <rtreleaven@bunnykick.ca>2019-02-13 15:11:42 +0000
committerTanu Kaskinen <tanuk@iki.fi>2019-02-13 15:11:42 +0000
commit7525cc821557a42b47edaaf15444c7cfc92aca70 (patch)
tree7778dd6485efaa273cc8b97f2c4db8f1bd757a0f
parent334ae350b4cdd8af2d6d3b4034f58fa0b3ad7f53 (diff)
downloadpulseaudio-7525cc821557a42b47edaaf15444c7cfc92aca70.tar.gz
give users a template that encourages complete bug reports
-rw-r--r--.gitlab/issue_templates/Bug.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 00000000..b1d24d6d
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -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)
+ \ No newline at end of file