forked from github/pelican
Link to PEP8 in CONTRIBUTING guide
It won't be obvious to a non-pythonist what this is.
This commit is contained in:
parent
f4e78d7254
commit
4e6a600b97
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ Contribution submission guidelines
|
||||||
For example, if you're hacking on a new feature and find a bugfix that
|
For example, if you're hacking on a new feature and find a bugfix that
|
||||||
doesn't *require* your new feature, **make a new distinct branch and pull
|
doesn't *require* your new feature, **make a new distinct branch and pull
|
||||||
request** for the bugfix.
|
request** for the bugfix.
|
||||||
* Adhere to PEP8 coding standards whenever possible.
|
* Adhere to [PEP8 coding standards](http://www.python.org/dev/peps/pep-0008/)
|
||||||
|
whenever possible.
|
||||||
* Check for unnecessary whitespace via ``git diff --check`` before committing.
|
* Check for unnecessary whitespace via ``git diff --check`` before committing.
|
||||||
* **Add docs and tests for your changes**.
|
* **Add docs and tests for your changes**.
|
||||||
* `Run all the tests`_ **on both Python 2.7 and 3.3** to ensure nothing was
|
* `Run all the tests`_ **on both Python 2.7 and 3.3** to ensure nothing was
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue