mirror of
https://github.com/labwc/labwc.git
synced 2026-03-10 05:33:47 -04:00
CONTRIBUTING.md: wrap commit messages at 74 characters
This commit is contained in:
parent
41274db128
commit
60149e4fa5
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
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
|
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
|
[coding style]: https://git.sr.ht/~sircmpwn/cstyle
|
||||||
[commit messages]: https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/CONTRIBUTING.md#commit-messages
|
[commit messages]: https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/CONTRIBUTING.md#commit-messages
|
||||||
[checkpatch.pl]: https://github.com/johanmalm/checkpatch.pl
|
[checkpatch.pl]: https://github.com/johanmalm/checkpatch.pl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue