mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
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.
31 lines
714 B
Markdown
31 lines
714 B
Markdown
---
|
|
name: Build Issues
|
|
about: Report issues while building polybar
|
|
|
|
---
|
|
|
|
## Build Process
|
|
*Describe how you build polybar, list the exact commands you are using:*
|
|
|
|
|
|
|
|
**If you build polybar directly from this repository:**
|
|
|
|
* Output of `git describe --tags`:
|
|
|
|
**If you use some other way (like the AUR):**
|
|
|
|
*List exactly where you are building from and which version you are building.*
|
|
|
|
|
|
## Build Log
|
|
*Post everything that is output to the terminal while building polybar below. This HAS to include the output of the `cmake` and `make` commands, if you used them.*
|
|
```
|
|
|
|
```
|
|
|
|
## Environment:
|
|
* Distro (with Version):
|
|
|
|
## Additional context
|
|
*Add any other context that you think is necessary about the problem here.*
|