mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Add information about coding style checking
Added a note about this to the CONTRIBUTING.md file. [skip ci]
This commit is contained in:
parent
51a3e488e3
commit
17b0e6e57a
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ Do you want to contribute to the bootstrap-vz project? Nice! Here is the basic w
|
||||||
|
|
||||||
* Fork this repository.
|
* Fork this repository.
|
||||||
* Make any changes you want/need.
|
* 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.
|
* Commit your changes.
|
||||||
* Squash the commits if needed. For instance, it is fine if you have multiple commits describing atomic units
|
* 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.
|
of work, but there's no reason to have many little commits just because of corrected typos.
|
||||||
|
|
Loading…
Add table
Reference in a new issue