diff options
-rw-r--r-- | CONTRIBUTING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index 7b03ba02..3e47ec65 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,3 +1,6 @@ +This repository has a mandatory code review policy. Contributions +should happen through pull requests. Never commit to master directly. + When in doubt, refer to PEP 8 for Python code. Use PEP 257 for docstring conventions, except use Sphinx notation for |