|
|
@@ -1,7 +1,7 @@
|
|
1
|
1
|
Contributing
|
|
2
|
2
|
============
|
|
3
|
3
|
|
|
4
|
|
-Make sure you're read http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
|
|
|
4
|
+Make sure you've read http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
|
|
5
|
5
|
|
|
6
|
6
|
Guidelines
|
|
7
|
7
|
----------
|
|
|
@@ -13,6 +13,7 @@ Guidelines
|
|
13
|
13
|
Coding conventions
|
|
14
|
14
|
------------------
|
|
15
|
15
|
|
|
|
16
|
+* Follow the Django conventions (http://docs.djangoproject.com/en/dev/internals/contributing/#coding-style)
|
|
16
|
17
|
* PEP8 (http://www.python.org/dev/peps/pep-0008/)
|
|
17
|
18
|
* PEP257 (http://www.python.org/dev/peps/pep-0257/)
|
|
18
|
19
|
|