From 5d7693dc3b4ce9d106f93d340e17317f04ea2ccf Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Thu, 6 Nov 2025 19:44:28 +0200 Subject: [PATCH] github/issue_template: Add basic issue template Add issue template that instructs to use btmon and indicate software versions. --- .github/ISSUE_TEMPLATE/issue.md | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 000000000..ba384e120 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,41 @@ +--- +name: New issue +about: 'Report a bug or other problem' +title: '' +labels: '' +assignees: '' + +--- + +### Description + + + + + + + +### To reproduce + +1. +2. +3. +4. + +### Logs +- btmon log: +- bluetoothd log: + + + +### Versions +- BlueZ version: +- Kernel version: +- Problematic device: + + -- 2.47.3