1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/.github/ISSUE_TEMPLATE/bug_report.md

45 lines
1,019 B
Markdown
Raw Normal View History

---
name: Bug Report
about: Create a report for something that misbehaves
---
## Describe the issue
*A clear and concise description of what the bug is.*
**Expected behavior:**
*A clear and concise description of what you expected to happen.*
**Actual behavior:**
*What actually happens*
**Was it working before?**
* Did you also experience this bug in an earlier version of polybar?
* If no, what was the last version where this worked correctly?
## To Reproduce
*A minimal but complete config with which the problem occurs:*
```dosini
```
*List any other steps needed to reproduce the issue besides starting polybar with the config you posted above.*
## Polybar Log
*Post everything polybar outputs to the terminal when you run it and the issue occurs below*
```
```
## Screenshots
*If applicable, add screenshots to help explain your problem.*
## Environment:
* WM:
* Distro:
* Output of `polybar -vvv`:
## Additional context
*Add any other context that you think is necessary about the problem here.*