File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ Guidelines for Contributing to github3.py
27
27
please open an issue reqeust first and of course add tests to cover the
28
28
functionality in the event it is accepted.
29
29
30
+ Also, please be certain to add docstrings _ to these functions. Follow the
31
+ example of other docstrings.
32
+
30
33
5. In case you haven't caught on, for anything you add, write tests.
31
34
32
35
6. Be cordial _.
@@ -35,5 +38,10 @@ Guidelines for Contributing to github3.py
35
38
request. This makes my life easier. If you honestly have no idea what I'm
36
39
talking about, don't worry, I'll take care of it.
37
40
41
+ 8. Please follow pep-0008 _. Feel free to also use flake8 _ to help.
42
+
38
43
.. links
39
44
.. _cordial : http://kennethreitz.com/be-cordial-or-be-on-your-way.html
45
+ .. _pep-0008 : http://www.python.org/dev/peps/pep-0008/
46
+ .. _docstrings : http://www.python.org/dev/peps/pep-0257/
47
+ .. _flake8 : http://pypi.python.org/pypi/flake8
You can’t perform that action at this time.
0 commit comments