Add bug report template

This commit is contained in:
Phil Burk 2020-09-28 07:40:34 -07:00 committed by Ross Bencina
commit 2a1b7d4ad6

34
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -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.