2021-12-03 22:44:06 +00:00
|
|
|
# How to Contribute
|
|
|
|
|
|
|
|
|
|
Let's try to stick to sircmpwn's [coding style]
|
|
|
|
|
|
2021-12-03 23:14:52 +00:00
|
|
|
If you're not used to it, you can use [checkpatch.pl] to run a few simple formatting checks.
|
|
|
|
|
|
2021-12-03 22:44:06 +00:00
|
|
|
And write [commit messages] like so, keeping the top line to this sort of syntax:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
cursor: add special feature
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
[coding style]: https://git.sr.ht/~sircmpwn/cstyle
|
|
|
|
|
[commit messages]: https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/CONTRIBUTING.md#commit-messages
|
2021-12-03 23:14:52 +00:00
|
|
|
[checkpatch.pl]: https://github.com/johanmalm/checkpatch.pl
|
|
|
|
|
|