From cbfa64c7cbdcb9905920236aee110dc999a62eef Mon Sep 17 00:00:00 2001 From: ZyX Date: Fri, 15 Aug 2014 20:06:40 +0400 Subject: [PATCH] Mention long lines in CONTRIBUTING.rst --- CONTRIBUTING.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f324bce8..e31718f8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -18,7 +18,7 @@ Getting started already exist. * 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. * Fork the repository on GitHub. @@ -65,6 +65,8 @@ Programming style ``flake8`` warnings need to be fixed. * Trailing whitespace to indicate a continuing paragraph is OK in comments, 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 ==================