summaryrefslogtreecommitdiffstats
path: root/.gitlab/issue_templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitlab/issue_templates/.gitkeep0
-rw-r--r--.gitlab/issue_templates/bluetooth issue.md43
-rw-r--r--.gitlab/issue_templates/issue.md29
3 files changed, 72 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/.gitkeep b/.gitlab/issue_templates/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.gitlab/issue_templates/.gitkeep
diff --git a/.gitlab/issue_templates/bluetooth issue.md b/.gitlab/issue_templates/bluetooth issue.md
new file mode 100644
index 0000000..a1010df
--- /dev/null
+++ b/.gitlab/issue_templates/bluetooth issue.md
@@ -0,0 +1,43 @@
+<!-- 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`. -->
+
+- 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:
+
+```
+# paste the output of "bluetoothctl devices" here
+```
+
+## Description of Problem:
+
+
+## How Reproducible:
+
+
+### Steps to Reproduce:
+
+
+ 1.
+ 2.
+ 3.
+
+
+### Actual Results:
+
+
+### Expected Results:
+
+
+# Additional Info (as attachments):
+
+ - `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
new file mode 100644
index 0000000..b43446a
--- /dev/null
+++ b/.gitlab/issue_templates/issue.md
@@ -0,0 +1,29 @@
+<!-- If you are filing this issue with a regular release please try master as it might already be fixed. -->
+
+- PipeWire version (`pipewire --version`):
+- Distribution and distribution version (`PRETTY_NAME` from `/etc/os-release`):
+- Desktop Environment:
+- Kernel version (`uname -r`):
+
+## Description of Problem:
+
+
+## How Reproducible:
+
+
+### Steps to Reproduce:
+
+ 1.
+ 2.
+ 3.
+
+
+### Actual Results:
+
+
+### Expected Results:
+
+
+# Additional Info (as attachments):
+
+ - `pw-dump > pw-dump.log`: