diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d50f0cba..1421f89c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,15 +6,9 @@ body: attributes: label: Thanks for giving yabridge a shot! description: | - If you're having issues with plugins not working at all or scans timing - out then make sure to check out the [troubleshooting common - issues](https://github.com/robbert-vdh/yabridge#troubleshooting-common-issues) - section of the readme. + If you're having issues with plugins not working at all or scans timing out then make sure to check out the [troubleshooting common issues](https://github.com/robbert-vdh/yabridge#troubleshooting-common-issues) section of the readme. - You should also read through the [known issues and - fixes](https://github.com/robbert-vdh/yabridge#known-issues-and-fixes) - section. There may already be a solution or a workaround for the issue - you're having. + You should also read through the [known issues and fixes](https://github.com/robbert-vdh/yabridge#known-issues-and-fixes) section. There may already be a solution or a workaround for the issue you're having. options: - label: >- I read through both the troubleshooting and known issues sections my @@ -137,22 +131,18 @@ body: attributes: label: Debug log description: | - Please also include a debug log if possible. If you are reporting an - issue with yabridgectl, then you can omit this section. + Please also include a debug log if possible. If you are reporting an issue with yabridgectl, then you can omit this section. - 1. First make sure that there are no leftover Wine processes left - running in the background using `wineserver -k`. + 1. First make sure that there are no leftover Wine processes left running in the background using `wineserver -k`. 2. Launch your host from a terminal using: ```bash rm -f /tmp/yabridge.log; env YABRIDGE_DEBUG_FILE=/tmp/yabridge.log YABRIDGE_DEBUG_LEVEL=2+editor ``` - Where `` is the name of your host, like `bitwig-studio`, - `reaper`, or `ardour6`. + Where `` is the name of your host, like `bitwig-studio`, `reaper`, or `ardour6`. 3. Try to scan or load the plugin that's causing issues. - 4. `/tmp/yabridge.log` should now contain a debug log. You can drag this - file directly onto the text field below to upload it to GitHub. + 4. `/tmp/yabridge.log` should now contain a debug log. You can drag this file directly onto the text field below to upload it to GitHub. validations: required: false