mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
github: better bug reports please, stop removing context from logs (#1358)
This commit is contained in:
parent
3781a089a6
commit
9e9040b290
1 changed files with 20 additions and 9 deletions
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -7,22 +7,33 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
### Look for similar bugs
|
||||||
A clear and concise description of what the bug is.
|
Please check if there's [already an issue](https://github.com/librespot-org/librespot/issues) for your problem.
|
||||||
|
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/)
|
||||||
|
will suffice.
|
||||||
|
|
||||||
**To reproduce**
|
### Description
|
||||||
Steps to reproduce the behavior:
|
A clear and concise description of what the problem is.
|
||||||
|
|
||||||
|
### Version
|
||||||
|
What version(s) of *librespot* does this problem exist in?
|
||||||
|
|
||||||
|
### How to reproduce
|
||||||
|
Steps to reproduce the behavior in *librespot* e.g.
|
||||||
1. Launch `librespot` with '...'
|
1. Launch `librespot` with '...'
|
||||||
2. Connect with '...'
|
2. Connect with '...'
|
||||||
3. In the client click on '...'
|
3. In the client click on '...'
|
||||||
4. See error
|
4. See some error/problem
|
||||||
|
|
||||||
**Log**
|
### Log
|
||||||
A full log so we may trace your problem (launch `librespot` with `--verbose`). Format the log as code.
|
* A *full* **debug** log so we may trace your problem (launch `librespot` with `--verbose`).
|
||||||
|
* Ideally contains your above steps to reproduce.
|
||||||
|
* 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/).
|
||||||
|
* Redact data you consider personal but do not remove/trim anything else.
|
||||||
|
|
||||||
**Host (what you are running `librespot` on):**
|
### Host (what you are running `librespot` on):
|
||||||
- OS: [e.g. Linux]
|
- OS: [e.g. Linux]
|
||||||
- Platform: [e.g. RPi 3B+]
|
- Platform: [e.g. RPi 3B+]
|
||||||
|
|
||||||
**Additional context**
|
### Additional context
|
||||||
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue