diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-07-29 19:15:08 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-07-29 19:15:08 +0200 |
commit | 7cf4706a85a7f659adbeeae8bdea8dbcc360415b (patch) | |
tree | 6b4f4937583f8ffd60a5f5be5c0305603f4c0dd5 | |
parent | 15afc88ffefa5b9641107834c87b8674c7fa3fa9 (diff) | |
download | serenity-7cf4706a85a7f659adbeeae8bdea8dbcc360415b.zip |
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.
-rw-r--r-- | Contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Contributing.md b/Contributing.md index 6f1c5636c7..76689ab857 100644 --- a/Contributing.md +++ b/Contributing.md @@ -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:** |