* [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
* RE: [BlueZ] github/issue_template: Add basic issue template
2025-11-06 17:44 [PATCH BlueZ] github/issue_template: Add basic issue template Pauli Virtanen
@ 2025-11-06 19:10 ` bluez.test.bot
2025-11-06 23:11 ` [PATCH BlueZ] " Bastien Nocera
2025-11-10 20:20 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 5+ messages in thread
From: bluez.test.bot @ 2025-11-06 19:10 UTC (permalink / raw)
To: linux-bluetooth, pav
[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1020579
---Test result---
Test Summary:
CheckPatch PENDING 0.36 seconds
GitLint PENDING 0.45 seconds
BuildEll PASS 20.40 seconds
BluezMake PASS 2864.95 seconds
MakeCheck PASS 20.36 seconds
MakeDistcheck PASS 187.25 seconds
CheckValgrind PASS 238.14 seconds
CheckSmatch PASS 310.06 seconds
bluezmakeextell PASS 128.90 seconds
IncrementalBuild PENDING 0.36 seconds
ScanBuild PASS 923.69 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH BlueZ] github/issue_template: Add basic issue template
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 ` Bastien Nocera
2025-11-06 23:21 ` Pauli Virtanen
2025-11-10 20:20 ` patchwork-bot+bluetooth
2 siblings, 1 reply; 5+ messages in thread
From: Bastien Nocera @ 2025-11-06 23:11 UTC (permalink / raw)
To: Pauli Virtanen, linux-bluetooth
Hey Pauli,
On Thu, 2025-11-06 at 19:44 +0200, Pauli Virtanen wrote:
> Add issue template that instructs to use btmon and indicate software
> versions.
Could you please share a screenshot of what this looks like?
Cheers
> ---
> .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 -->
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH BlueZ] github/issue_template: Add basic issue template
2025-11-06 23:11 ` [PATCH BlueZ] " Bastien Nocera
@ 2025-11-06 23:21 ` Pauli Virtanen
0 siblings, 0 replies; 5+ messages in thread
From: Pauli Virtanen @ 2025-11-06 23:21 UTC (permalink / raw)
To: Bastien Nocera, linux-bluetooth
Hi,
pe, 2025-11-07 kello 00:11 +0100, Bastien Nocera kirjoitti:
> Hey Pauli,
>
> On Thu, 2025-11-06 at 19:44 +0200, Pauli Virtanen wrote:
> > Add issue template that instructs to use btmon and indicate software
> > versions.
>
> Could you please share a screenshot of what this looks like?
Here you go: https://github.com/pv/bluez/issues/1
>
> Cheers
>
> > ---
> > .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 -->
--
Pauli Virtanen
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH BlueZ] github/issue_template: Add basic issue template
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-10 20:20 ` patchwork-bot+bluetooth
2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+bluetooth @ 2025-11-10 20:20 UTC (permalink / raw)
To: Pauli Virtanen; +Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Thu, 6 Nov 2025 19:44:28 +0200 you wrote:
> 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
Here is the summary with links:
- [BlueZ] github/issue_template: Add basic issue template
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5d7693dc3b4c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [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