diff options
author | Laurens Van Houtven <_@lvh.cc> | 2013-08-07 10:47:00 +0200 |
---|---|---|
committer | Laurens Van Houtven <_@lvh.cc> | 2013-08-07 10:47:00 +0200 |
commit | 86d5db8d3619be5a2dbb8c354a5bb861295dfd32 (patch) | |
tree | 72d63cad1e89f4ee54c8ef927e3dd6aebfd35fcf | |
parent | e6daf14639ec468fb5abc5a5920aceb7420ecbd8 (diff) | |
download | cryptography-86d5db8d3619be5a2dbb8c354a5bb861295dfd32.tar.gz cryptography-86d5db8d3619be5a2dbb8c354a5bb861295dfd32.tar.bz2 cryptography-86d5db8d3619be5a2dbb8c354a5bb861295dfd32.zip |
Mention mandatory code review policy
-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 |