summaryrefslogtreecommitdiff
path: root/.gitlab/issue_templates/Bug.md
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/issue_templates/Bug.md')
-rw-r--r--.gitlab/issue_templates/Bug.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 0000000..09900fe
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,22 @@
+### Warning
+Missing data may cause bugs to languish.
+
+### Summary
+(Summarize the bug encountered concisely)
+
+### environment
+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)
+
+
+### 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