]> Repos - portaudio/commitdiff
Add bug report template
authorPhil Burk <philburk@mobileer.com>
Mon, 28 Sep 2020 14:40:34 +0000 (07:40 -0700)
committerRoss Bencina <rossb@audiomulch.com>
Thu, 1 Oct 2020 00:26:08 +0000 (10:26 +1000)
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644 (file)
index 0000000..7870a2e
--- /dev/null
@@ -0,0 +1,34 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+(Please use the mailing list for general discussion. This is only for actual bugs.)
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior. Include code if applicable.
+1. 
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Actual behavior**
+What actually happened.
+Include a recording if helpful.
+Error messages or logs longer than a page should be attached as a .txt file.
+
+**Desktop (please complete the following information):**
+ - OS: [e.g. iOS]
+ - OS Version [e.g. 22]
+ - PortAudio: stable or current
+ - If Windows, which API:
+
+**Additional context**
+Add any other context about the problem here.