give users a template that encourages complete bug reports
authorRussell Treleaven <rtreleaven@bunnykick.ca>
Wed, 13 Feb 2019 15:11:42 +0000 (15:11 +0000)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 13 Feb 2019 15:11:42 +0000 (15:11 +0000)
.gitlab/issue_templates/Bug.md [new file with mode: 0644]

diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644 (file)
index 0000000..b1d24d6
--- /dev/null
@@ -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