diff options
author | sanine <sanine.not@pm.me> | 2022-08-25 14:54:53 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-08-25 14:54:53 -0500 |
commit | 37c97e345d12f95dde44e1d1a4c2f2aadd4615bc (patch) | |
tree | e1bb25bc855883062bdd7847ff2c04290f71c840 /portaudio/.github/ISSUE_TEMPLATE/bug_report.md | |
parent | 5634c7b04da619669f2f29f6798c03982be05180 (diff) |
add initial structure
Diffstat (limited to 'portaudio/.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | portaudio/.github/ISSUE_TEMPLATE/bug_report.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/portaudio/.github/ISSUE_TEMPLATE/bug_report.md b/portaudio/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..794c5e9 --- /dev/null +++ b/portaudio/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +(Please use the mailing list for support requests and 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. Mac OS] + - OS Version [e.g. 22] + - PortAudio version: stable, nightly snapshot (which?), current (please give date and/or Git hash): + - If Windows or Linux, which Host API (e.g. WASAPI): + +**Additional context** +Add any other context about the problem here. |