From a60b88c7faab0327972c4569db0dde4f804033da Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 3 Dec 2021 23:14:52 +0000 Subject: [PATCH] CONTRIBUTING.md: add link to checkpatch.pl --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2b22f8e..156c86d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 + -- 2.52.0