From 17b0e6e57a16ff1f14b1e01c7c9a34c84d743949 Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Sun, 27 Apr 2014 10:50:07 -0300 Subject: [PATCH] Add information about coding style checking Added a note about this to the CONTRIBUTING.md file. [skip ci] --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1894ea4..ff303fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,10 @@ Do you want to contribute to the bootstrap-vz project? Nice! Here is the basic w * Fork this repository. * Make any changes you want/need. +* Check the coding style of your changes using [tox](http://tox.readthedocs.org/), running `tox -e flake8` and +fixing any warnings that may appear. This will be done again by +[Travis CI](https://travis-ci.org/andsens/bootstrap-vz) later when you send a pull request, so it's better if +you check this before. * Commit your changes. * Squash the commits if needed. For instance, it is fine if you have multiple commits describing atomic units of work, but there's no reason to have many little commits just because of corrected typos.