Skip to content

Commit

Permalink
tweak bug report template
Browse files Browse the repository at this point in the history
Mostly, I want to instruct people on how to pull logs
without the journalctl prefix since the logging framework
already adds a log prefix. I took the opportunity to tweak
some phrasing as well though.
  • Loading branch information
ethanpailes committed Jul 11, 2024
1 parent 875784d commit e21c16b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ Please explain what you think should have happened instead.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error


**Version info**
Run `shpool version` and paste the output here

**Logs**
Run `journalctl --user -u shpool` to pull logs related to shpool. You will likely want to use a pastebin to post the logs, and you may need to trim the output with `tail`.
Run `journalctl --output cat --user -u shpool` to pull logs related to shpool, then attach the file
to this issue. You may need to trim the output with `tail`.

0 comments on commit e21c16b

Please sign in to comment.