From 708fb29a84a6d6c0ef0bac5af7e9d690fee32cc2 Mon Sep 17 00:00:00 2001 From: Jacques Gagnon Date: Tue, 21 Jan 2025 21:32:13 -0500 Subject: [PATCH] [GITHUB] Add link to new debug process in issue template --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3fe837f7..02e9c689 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -99,7 +99,7 @@ body: - type: textarea id: bug-desc attributes: - label: What is problem? (only list ONE problem per report) + label: What is the problem? (only list ONE problem per report) validations: required: true - type: textarea @@ -111,4 +111,8 @@ body: - type: textarea id: attachment attributes: - label: Attach files like logs or Bluetooth traces here + label: Attach BlueRetro debug trace here + - type: markdown + attributes: + value: | + See how to create a [BlueRetro debug trace](https://github.com/darthcloud/BlueRetro/wiki/Debug-trace).