From a4dd0ad63c00f4dee3b86dfd3075d1d61b2b3180 Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 27 Aug 2022 23:52:56 -0500 Subject: add plibsys --- .../portaudio/.github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 3rdparty/portaudio/.github/ISSUE_TEMPLATE/bug_report.md (limited to '3rdparty/portaudio/.github/ISSUE_TEMPLATE/bug_report.md') diff --git a/3rdparty/portaudio/.github/ISSUE_TEMPLATE/bug_report.md b/3rdparty/portaudio/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..794c5e9 --- /dev/null +++ b/3rdparty/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. -- cgit v1.2.1