diff options
author | Jaime <jaime.frio@gmail.com> | 2015-05-25 10:38:29 -0700 |
---|---|---|
committer | Jaime <jaime.frio@gmail.com> | 2015-05-25 10:38:29 -0700 |
commit | fd720e1d150738a027594b332e048e3431270201 (patch) | |
tree | 26ece96833a763f974ec99fe5266ef27a09afe58 | |
parent | 08443023ddaf774d7b956323860be9b3ae2fa19a (diff) | |
parent | 21c59aa50614730c66f1f2648b5f6b3aeae40472 (diff) | |
download | numpy-fd720e1d150738a027594b332e048e3431270201.tar.gz |
Merge pull request #5913 from charris/minor-gitwash-correction
DOC: Commit message lines should not excede 72 characters.
-rw-r--r-- | doc/source/dev/gitwash/development_workflow.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/gitwash/development_workflow.rst b/doc/source/dev/gitwash/development_workflow.rst index 6458059cb..0f5698416 100644 --- a/doc/source/dev/gitwash/development_workflow.rst +++ b/doc/source/dev/gitwash/development_workflow.rst @@ -181,7 +181,7 @@ Commit messages should be clear and follow a few basic rules. Example:: The first line of the commit message starts with a capitalized acronym (options listed below) indicating what type of commit this is. Then a blank - line, then more text if needed. Lines shouldn't be longer than 80 + line, then more text if needed. Lines shouldn't be longer than 72 characters. If the commit is related to a ticket, indicate that with "See #3456", "See ticket 3456", "Closes #3456" or similar. |