From 575790bb2930c6c22bc88612815f812ecd5b4391 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 19 Feb 2025 18:43:15 +1000 Subject: [PATCH] Update GitHub templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +------- .github/ISSUE_TEMPLATE/general-issue.md | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 667f0fbb..b212298b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,10 +9,4 @@ assignees: '' **DELETE ALL OF THIS TEXT BEFORE SUBMITTING** -If you think you've found a bug, it will be helpful to run with `#define MA_DEBUG_OUTPUT` above your miniaudio implementation like the code below and to include the output with this bug report: - - #define MA_DEBUG_OUTPUT - #define MINIAUDIO_IMPLEMENTATION - #include "miniaudio.h" - -If you are having issues with playback, please run the simple_payback_sine example and report whether or not it's consistent with what's happening in your program. +If you think you've found a bug, it will be helpful to compile with `#define MA_DEBUG_OUTPUT`. If you are having issues with playback, please run the simple_payback_sine example and report whether or not it's consistent with what's happening in your program. diff --git a/.github/ISSUE_TEMPLATE/general-issue.md b/.github/ISSUE_TEMPLATE/general-issue.md index e64edc47..d3124b84 100644 --- a/.github/ISSUE_TEMPLATE/general-issue.md +++ b/.github/ISSUE_TEMPLATE/general-issue.md @@ -9,6 +9,6 @@ assignees: '' **DELETE ALL OF THIS TEXT BEFORE SUBMITTING** -If you have a question about how to use the library, please read the documentation at the top of miniaudio.h and take a look at the examples. If that still doesn't answer your question, consider posting in the miniaudio subreddit at [r/miniaudio](https://www.reddit.com/r/miniaudio) or in the Discussions section here on GitHub instead. Otherwise, feel free to post your issue and we'll get to it as soon as possible. +If you have a question about how to use the library, please read the documentation at the top of miniaudio.h and take a look at the examples. If that still doesn't answer your question, consider posting in the Discussions section here on GitHub instead. Otherwise, feel free to post your issue and we'll get to it as soon as possible. -If you have an issue with playback, please run the simple_playback_sine example first and check whether or not that is working. Likewise for capture, please run the simple_capture example. If these examples work, it probably (but not always) means you're doing something wrong and a question in the subreddit or the Discussions section is more appropriate. +If you have an issue with playback, please run the simple_playback_sine example first and check whether or not that is working. Likewise for capture, please run the simple_capture example. If these examples work, it probably (but not always) means you're doing something wrong and a question in the Discussions section is more appropriate.