mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
gitlab: structure the issue templates
This commit is contained in:
parent
6edbbf6a23
commit
c2a273b57d
2 changed files with 35 additions and 25 deletions
|
|
@ -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 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`.
|
|
||||||
|
|
||||||
|
<!-- 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
|
# paste the output of "bluetoothctl devices" here
|
||||||
lsusb; bluetoothctl devices; echo $XDG_SESSION_DESKTOP; grep PRETTY /etc/os-release; pipewire --version; bluetoothctl --version; uname -r
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Description of Problem:
|
## Description of Problem:
|
||||||
|
|
||||||
|
|
||||||
How Reproducible:
|
## How Reproducible:
|
||||||
|
|
||||||
|
|
||||||
Steps to Reproduce:
|
### Steps to Reproduce:
|
||||||
|
|
||||||
|
|
||||||
1.
|
1.
|
||||||
|
|
@ -23,15 +31,13 @@ Steps to Reproduce:
|
||||||
3.
|
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`
|
- `pw-dump > pw-dump.log`:
|
||||||
|
- Bluetooth debug log, see [here](https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Troubleshooting#bluetooth):
|
||||||
Bluetooth debug log
|
|
||||||
https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Troubleshooting#bluetooth
|
|
||||||
|
|
|
||||||
|
|
@ -1,25 +1,29 @@
|
||||||
If you are filing this issue with a regular release please try master as it might already be fixed.
|
<!-- 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.
|
1.
|
||||||
2.
|
2.
|
||||||
3.
|
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`:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue