Skip to content

Commit

Permalink
github: better bug reports please, stop removing context from logs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks authored Oct 6, 2024
1 parent 3781a08 commit 9e9040b
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,33 @@ assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
### Look for similar bugs
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**
Steps to reproduce the behavior:
### Description
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 '...'
2. Connect with '...'
3. In the client click on '...'
4. See error
4. See some error/problem

**Log**
A full log so we may trace your problem (launch `librespot` with `--verbose`). Format the log as code.
### Log
* 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]
- 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.

0 comments on commit 9e9040b

Please sign in to comment.