Changed CONTRIBUTING documentation [ci skip]

This commit is contained in:
Andrew Murray 2015-10-26 21:57:28 +11:00
parent f334ba003d
commit 672dce15fb

View File

@ -17,7 +17,7 @@ Please send a pull request to the master branch. Please include [documentation](
- Separate code commits from reformatting commits. - Separate code commits from reformatting commits.
- Provide tests for any newly added code. - Provide tests for any newly added code.
- Follow PEP8. - Follow PEP8.
- When committing only trivial changes please include [ci skip] in the commit message to avoid running tests on Travis-CI. - When committing only documentation changes please include [ci skip] in the commit message to avoid running tests on Travis-CI.
## Reporting Issues ## Reporting Issues