diff options
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING deleted file mode 100644 index 3e47ec65..00000000 --- a/CONTRIBUTING +++ /dev/null @@ -1,7 +0,0 @@ -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 -arguments, attributes, et cetera. |