polybar-dwm/.github/ISSUE_TEMPLATE/bug_report.md
Patrick Ziegler 84a92d2a1c
github: Ask about regressions in bug reports (#1587)
Often it would be useful to know if something broke after an update or
if the bug was there from the beginning
2019-01-08 16:59:44 +01:00

44 lines
1007 B
Markdown

---
name: Bug or Issue Report
about: Create a report to help us improve
---
## 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:
* Output of `polybar -vvv`:
## Additional context
*Add any other context that you think is necessary about the problem here.*