From c4ae40cce3d00323776121d2f5a1f57a4b3f11ec Mon Sep 17 00:00:00 2001 From: Nicolargo Date: Thu, 7 Jan 2016 16:37:27 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ``` -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)