b32e48a440
* github: Add template for bug or issue reports * github: Add template for build issues * github: Add tempalte for feature requests * github: Change 'New Issue' links to issue chooser Github provides an issue chooser dialog when custom issue templates are used.
40 lines
846 B
Markdown
40 lines
846 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*
|
|
|
|
## 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.*
|