DOCS/contribute.md: commit message body should be line-broken too

Not all tools apply line breaking. Which is probably good, because you
wouldn't be able to put lines in there which should _not_ be broken.

Don't ask me whether there is an "official" git convention for this.
This commit is contained in:
wm4 2017-06-13 22:42:12 +02:00
parent 4e37980c56
commit d0f807e5f3
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ Sending patches
the change.
- The subject line (the first line in a commit message) should contain a
prefix identifying the sub system, followed by a short description what
impact this commit has. This subject line shouldn't be longer than 72
characters, because it messes up the output of many git tools otherwise.
impact this commit has. This subject line and the commit message body
shouldn't be longer than 72 characters per line, because it messes up the
output of many git tools otherwise.
For example, you fixed a crash in af_volume.c: