mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
18 lines
615 B
Markdown
18 lines
615 B
Markdown
# How to Contribute
|
|
|
|
Let's try to stick to sircmpwn's [coding style]
|
|
|
|
If you're not used to it, you can use [checkpatch.pl] to run a few simple formatting checks.
|
|
|
|
Write [commit messages] like so, keeping the top line to this sort of syntax:
|
|
|
|
```
|
|
cursor: add special feature
|
|
```
|
|
|
|
And please wrap the main commit message at max 74 characters, otherwise `git log` and similar look so weird.
|
|
|
|
[coding style]: https://git.sr.ht/~sircmpwn/cstyle
|
|
[commit messages]: https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/CONTRIBUTING.md#commit-messages
|
|
[checkpatch.pl]: https://github.com/johanmalm/checkpatch.pl
|
|
|