mirror of
https://github.com/vale981/bspwm
synced 2025-03-04 17:31:39 -05:00
952 B
952 B
Issues
Always provide the following information when submitting an issue:
- Output of
bspwm -v
. - Content of
bspwmrc
. - Steps to reproduce the problem.
Pull Requests
Requirements
You must be comfortable with C, XCB and Git.
Coding Style
I follow the Linux Coding Style with the following variations:
- Indent with tabs, align with spaces.
- Always use braces when using control structures.
An EditorConfig is included for convinience.