description:Create a report for something that misbehaves
title:"[Bug]: "
labels:["bug","needs confirmation"]
body:
- type:checkboxes
id:checklist
attributes:
label:Checklist
description:Please carefully go through this checklist and check each option.
options:
- label:I have read the appropriate section in the [contributing guidelines](https://github.com/polybar/polybar/blob/master/CONTRIBUTING.md)
required:true
- label:I believe this issue is a problem with polybar itself and not a misconfiguration on my part
required:true
- label:I have searched for other open and closed [issues](https://github.com/polybar/polybar/issues?q=is%3Aissue) that may have already reported this problem
required:true
- label:I have checked the [known issues](https://github.com/polybar/polybar/wiki/Known-Issues) page for this problem.
required:true
- label:I have followed the [debugging guide](https://github.com/polybar/polybar/wiki/Debugging-your-Config) to narrow down the problem to a minimal config.
required:true
- type:textarea
id:reproduce
attributes:
label:Steps to reproduce
description:Any steps to take and commands to run to reproduce this issue.
description:Post everything polybar prints to the terminal when you run it and the issue occurs. If possible, run polybar with a higher log level (e.g. `trace` or `info`).
render:text
placeholder:|
notice: Parsing config file:...
...
- type:textarea
id:expected
attributes:
label:Expected behavior
description:A clear and concise description of what you expected to happen