]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CONTRIBUTING.md: add link to checkpatch.pl
authorJohan Malm <jgm323@gmail.com>
Fri, 3 Dec 2021 23:14:52 +0000 (23:14 +0000)
committerJohan Malm <jgm323@gmail.com>
Fri, 3 Dec 2021 23:14:52 +0000 (23:14 +0000)
CONTRIBUTING.md

index a2b22f8e42a8ee92bcae157ee3f854dae74615b8..156c86d88cbb794365f9c4a332a5f32812474eca 100644 (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
+