Bladeren bron

Updated docs on contributing

master
David Winterbottom 14 jaren geleden
bovenliggende
commit
24069a5a34
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2
    1
      docs/source/contributing.rst

+ 2
- 1
docs/source/contributing.rst Bestand weergeven

@@ -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
 

Laden…
Annuleren
Opslaan