aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.cc>2013-08-07 10:33:03 +0200
committerLaurens Van Houtven <_@lvh.cc>2013-08-07 10:33:03 +0200
commite6daf14639ec468fb5abc5a5920aceb7420ecbd8 (patch)
tree30200486ef59587cac0814aed82e6360b1d830af
parent8d7fb752184873f2aa3c2cc375d1556d43920d1b (diff)
downloadcryptography-e6daf14639ec468fb5abc5a5920aceb7420ecbd8.tar.gz
cryptography-e6daf14639ec468fb5abc5a5920aceb7420ecbd8.tar.bz2
cryptography-e6daf14639ec468fb5abc5a5920aceb7420ecbd8.zip
Simple CONTRIBUTING file, refs PEPs 8, 257
-rw-r--r--CONTRIBUTING4
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.