We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288c3fe commit 34cff4dCopy full SHA for 34cff4d
docs/source/contributing/contributing.md
@@ -74,7 +74,7 @@ These are not hard rules to be enforced by 🚓 but they are suggestions written
74
* **Keep your PR focused.**
75
The best PRs solve one problem.
76
If you end up changing multiple things, please open separate PRs for the different conceptual changes.
77
-* **Add tests your code.**
+* **Add tests to your code.**
78
PRs will not be merged if Travis is failing.
79
* **Apply [PEP8](https://www.python.org/dev/peps/pep-0008/)** as much as possible, but not too much.
80
If in doubt, ask.
0 commit comments