public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] github/issue_template: Add basic issue template
@ 2025-11-06 17:44 Pauli Virtanen
  2025-11-06 19:10 ` [BlueZ] " bluez.test.bot
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pauli Virtanen @ 2025-11-06 17:44 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Pauli Virtanen

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
+
+<!-- A clear and concise description of what the bug is -->
+
+<!-- A clear and concise description of what you expected to happen -->
+
+<!-- Include any other relevant details -->
+
+### To reproduce
+<!-- Steps to reproduce the issue, if possible -->
+1.
+2.
+3.
+4.
+
+### Logs
+- btmon log: <!-- Bluetooth traffic dump: (usually needed)
+                  0. Power off connected device
+                  1. Run: btmon -w btmon.log
+                  2. Connect device, reproduce the issue
+                  3. Ctrl-C btmon
+                  4. Attach btmon.log to the issue -->
+- bluetoothd log: <!-- Run: journalctl -u bluetooth --boot 0 > bluetoothd.log; if relevant for issue -->
+
+<!-- Any other logs etc. relevant for the issue -->
+
+### Versions
+- BlueZ version:  <!-- Run: bluetoothctl --version -->
+- Kernel version:  <!-- Run: uname -r -->
+- Problematic device: <!-- Device model etc information, if relevant -->
+
+<!-- Any other relevant information on platform / hardware here -->
-- 
2.51.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-11-10 20:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06 17:44 [PATCH BlueZ] github/issue_template: Add basic issue template Pauli Virtanen
2025-11-06 19:10 ` [BlueZ] " bluez.test.bot
2025-11-06 23:11 ` [PATCH BlueZ] " Bastien Nocera
2025-11-06 23:21   ` Pauli Virtanen
2025-11-10 20:20 ` patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox