summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2016-01-07 16:37:27 +0100
committerNicolargo <nicolas@nicolargo.com>2016-01-07 16:37:27 +0100
commitc4ae40cce3d00323776121d2f5a1f57a4b3f11ec (patch)
tree3f558d974a07551152c26c29b95fd3a8baf1ecae /CONTRIBUTING.md
parent8e2a255a31dac73df3c2019802acc4e1233801a2 (diff)
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cbc93fda..01031e15 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -118,7 +118,9 @@ included in the project:
git checkout -b <topic-branch-name>
```
-4. Commit your changes in logical chunks. Please adhere to these [git commit
+4. It's coding time !
+ Please respect the following coding convention: [Elements of Python Style](https://github.com/amontalenti/elements-of-python-style)
+ Commit your changes in logical chunks. Please adhere to these [git commit
message guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
or your code is unlikely be merged into the main project. Use Git's
[interactive rebase](https://help.github.com/articles/interactive-rebase)