Mention long lines in CONTRIBUTING.rst

This commit is contained in:
ZyX 2014-08-15 20:06:40 +04:00
parent fa93d0a929
commit cbfa64c7cb

View File

@ -18,7 +18,7 @@ Getting started
already exist. already exist.
* Clearly describe the issue. * Clearly describe the issue.
* If the issue is a bug: Make sure you include steps to reproduce, and * If the issue is a bug: make sure you include steps to reproduce, and
include the earliest revision that you know has the issue. include the earliest revision that you know has the issue.
* Fork the repository on GitHub. * Fork the repository on GitHub.
@ -65,6 +65,8 @@ Programming style
``flake8`` warnings need to be fixed. ``flake8`` warnings need to be fixed.
* Trailing whitespace to indicate a continuing paragraph is OK in comments, * Trailing whitespace to indicate a continuing paragraph is OK in comments,
documentation and commit messages. documentation and commit messages.
* It is allowed to have too long lines. It is advised though to avoid lines
wider then a hundred of characters.
Submitting changes Submitting changes
================== ==================