From c2a273b57dfc0f78bfe4ef10a615f9639fdb44dd Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 20 Oct 2021 11:00:00 +1000 Subject: [PATCH] gitlab: structure the issue templates --- .gitlab/issue_templates/bluetooth issue.md | 36 +++++++++++++--------- .gitlab/issue_templates/issue.md | 24 +++++++++------ 2 files changed, 35 insertions(+), 25 deletions(-) diff --git a/.gitlab/issue_templates/bluetooth issue.md b/.gitlab/issue_templates/bluetooth issue.md index 7f45e19d3..a1010df09 100644 --- a/.gitlab/issue_templates/bluetooth issue.md +++ b/.gitlab/issue_templates/bluetooth issue.md @@ -1,21 +1,29 @@ -If you are filing this issue with a regular release please try master as it might already be fixed. -If you can, test also with Pulseaudio and list `pulseaudio --version`. + + -Bluetooth Radio, Bluetooth Headset, Desktop Environment, Distribution, Version (Bluez, Kernel, and PipeWire): +- PipeWire version (`pipewire --version`): +- Distribution and distribution version (`PRETTY_NAME` from `/etc/os-release`): +- Desktop Environment: +- Kernel version (`uname -r`): +- BlueZ version (`bluetoothctl --version`): +- `lsusb`: +``` +# paste the output of "lsusb" here +``` +- Bluetooth devices: ``` -# run the following and paste output here -lsusb; bluetoothctl devices; echo $XDG_SESSION_DESKTOP; grep PRETTY /etc/os-release; pipewire --version; bluetoothctl --version; uname -r +# paste the output of "bluetoothctl devices" here ``` -Description of Problem: +## Description of Problem: -How Reproducible: +## How Reproducible: -Steps to Reproduce: +### Steps to Reproduce: 1. @@ -23,15 +31,13 @@ Steps to Reproduce: 3. -Actual Results: +### Actual Results: -Expected Results: +### Expected Results: -Additional Info (as attachments): +# Additional Info (as attachments): -pw-dump output: `pw-dump -N > pw-dump.log` - -Bluetooth debug log -https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Troubleshooting#bluetooth + - `pw-dump > pw-dump.log`: + - Bluetooth debug log, see [here](https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Troubleshooting#bluetooth): diff --git a/.gitlab/issue_templates/issue.md b/.gitlab/issue_templates/issue.md index 46349b517..b43446a97 100644 --- a/.gitlab/issue_templates/issue.md +++ b/.gitlab/issue_templates/issue.md @@ -1,25 +1,29 @@ -If you are filing this issue with a regular release please try master as it might already be fixed. + -Version, Distribution, Desktop Environment: +- PipeWire version (`pipewire --version`): +- Distribution and distribution version (`PRETTY_NAME` from `/etc/os-release`): +- Desktop Environment: +- Kernel version (`uname -r`): + +## Description of Problem: -Description of Problem: +## How Reproducible: -How Reproducible: +### Steps to Reproduce: - -Steps to Reproduce: - 1. 2. 3. -Actual Results: +### Actual Results: -Expected Results: +### Expected Results: -Additional Info Eg. `pw-dump -N > file` (As Attachment Please): +# Additional Info (as attachments): + + - `pw-dump > pw-dump.log`: