Update CONTRIBUTING.md

This commit is contained in:
Nadine Salter
2014-10-17 13:24:01 -07:00
parent 536899afcc
commit 4bc596fd91

View File

@@ -5,7 +5,7 @@ please open an issue on GitHub.
## Pull Requests
1. Fork the repo and create your branch from `master`.
2. If you've added code that should be tested, add tests
2. If you've added code that should be tested, add tests.
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.
5. Make sure your code lints.