1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 09:57:28 +00:00

Meta: Advise people to wrap commit messages as 72 characters instead

GitHub wraps shortlog messages at 72 characters, and this seems to be
the norm anyway, so let's just adapt.
This commit is contained in:
Andreas Kling 2019-07-29 19:15:08 +02:00
parent 15afc88ffe
commit 7cf4706a85

View File

@ -18,7 +18,7 @@ Nobody is perfect, and sometimes we mess things up. That said, here are some goo
* Choose expressive variable, function and class names. Make it as obvious as possible what the code is doing.
* Split your changes into separate, atomic commits.
* Make sure your commits are rebased on the master branch.
* Wrap your commit messages at 77 characters.
* Wrap your commit messages at 72 characters.
* Write your commit messages in proper English, with care and punctuation.
**Don't:**