From: Phil Burk Date: Mon, 28 Sep 2020 14:40:34 +0000 (-0700) Subject: Add bug report template X-Git-Tag: v19.7.0~113 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=2a1b7d4ad6546b1f6075226001d7d99c445fb935;p=portaudio Add bug report template --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7870a2e --- /dev/null +++ b/.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 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.