]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CONTRIBUTING.md: wrap commit messages at 74 characters
authorJohan Malm <jgm323@gmail.com>
Sun, 26 Dec 2021 23:14:21 +0000 (23:14 +0000)
committerJohan Malm <jgm323@gmail.com>
Sun, 26 Dec 2021 23:14:21 +0000 (23:14 +0000)
CONTRIBUTING.md

index 156c86d88cbb794365f9c4a332a5f32812474eca..af1c4bb3f532f649bdb88f96de94be3622880148 100644 (file)
@@ -4,12 +4,14 @@ 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:
+Write [commit messages] like so, keeping the top line to this sort of syntax:
 
 ```
 cursor: add special feature
 ```
 
+And please wrap the main commit message at max 74 characters, otherwise `git log` and similar look so weird.
+
 [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