You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,33 @@ assignees: ''
7
7
8
8
---
9
9
10
-
**Describe the bug**
11
-
A clear and concise description of what the bug is.
10
+
### Look for similar bugs
11
+
Please check if there's [already an issue](https://github.com/librespot-org/librespot/issues) for your problem.
12
+
If you've only a "me too" comment to make, consider if a :+1:[reaction](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/)
13
+
will suffice.
12
14
13
-
**To reproduce**
14
-
Steps to reproduce the behavior:
15
+
### Description
16
+
A clear and concise description of what the problem is.
17
+
18
+
### Version
19
+
What version(s) of *librespot* does this problem exist in?
20
+
21
+
### How to reproduce
22
+
Steps to reproduce the behavior in *librespot* e.g.
15
23
1. Launch `librespot` with '...'
16
24
2. Connect with '...'
17
25
3. In the client click on '...'
18
-
4. See error
26
+
4. See some error/problem
19
27
20
-
**Log**
21
-
A full log so we may trace your problem (launch `librespot` with `--verbose`). Format the log as code.
28
+
### Log
29
+
* A *full***debug** log so we may trace your problem (launch `librespot` with `--verbose`).
30
+
* Ideally contains your above steps to reproduce.
31
+
* Format the log as code ([help](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks)) or use a *non-expiring*[pastebin](https://pastebin.com/).
32
+
* Redact data you consider personal but do not remove/trim anything else.
22
33
23
-
**Host (what you are running `librespot` on):**
34
+
### Host (what you are running `librespot` on):
24
35
- OS: [e.g. Linux]
25
36
- Platform: [e.g. RPi 3B+]
26
37
27
-
**Additional context**
38
+
### Additional context
28
39
Add any other context about the problem here. If your issue is related to sound playback, at a minimum specify the type and make of your output device.
0 commit comments