diff options
-rw-r--r-- | CONTRIBUTING | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 00000000..7b03ba02 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,4 @@ +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. |