mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
CONTRIBUTING.md: add link to checkpatch.pl
This commit is contained in:
parent
fbf531b810
commit
a60b88c7fa
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue