From 9c334dd488539c19d6a11601e554b21467739f33 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 3 Aug 2021 20:01:07 +0200 Subject: [PATCH] Include the +editor debug flag in issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/setup_help.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 168391f9..797d03d1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -36,7 +36,7 @@ Please also include a debug log if possible. If you are reporting an issue with 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 + 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 diff --git a/.github/ISSUE_TEMPLATE/setup_help.md b/.github/ISSUE_TEMPLATE/setup_help.md index 8a902a92..1e5380f4 100644 --- a/.github/ISSUE_TEMPLATE/setup_help.md +++ b/.github/ISSUE_TEMPLATE/setup_help.md @@ -32,7 +32,7 @@ Please also include a debug log if possible. If you are having issues with yabri 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 + 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