CONTRIBUTING.md: add link to checkpatch.pl

This commit is contained in:
Johan Malm 2021-12-03 23:14:52 +00:00
parent fbf531b810
commit a60b88c7fa

View file

@ -2,6 +2,8 @@
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.
And write [commit messages] like so, keeping the top line to this sort of syntax:
```
@ -10,3 +12,5 @@ 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
[checkpatch.pl]: https://github.com/johanmalm/checkpatch.pl