Update docs/source/contributing/contributing.md

Co-Authored-By: KirstieJane <kw401@cam.ac.uk>
pull/655/head
Tim Head 2019-04-30 09:20:47 +01:00 zatwierdzone przez GitHub
rodzic 288c3fe811
commit 34cff4d5d3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -74,7 +74,7 @@ These are not hard rules to be enforced by 🚓 but they are suggestions written
* **Keep your PR focused.**
The best PRs solve one problem.
If you end up changing multiple things, please open separate PRs for the different conceptual changes.
* **Add tests your code.**
* **Add tests to your code.**
PRs will not be merged if Travis is failing.
* **Apply [PEP8](https://www.python.org/dev/peps/pep-0008/)** as much as possible, but not too much.
If in doubt, ask.