From 4e6a600b97cb8bda0db8444dbf06b73db69befd8 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Wed, 4 Dec 2013 08:07:26 +0000 Subject: [PATCH] Link to PEP8 in CONTRIBUTING guide It won't be obvious to a non-pythonist what this is. --- CONTRIBUTING.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b28b22a3..fc8c71a4 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -10,7 +10,8 @@ Contribution submission guidelines 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 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. * **Add docs and tests for your changes**. * `Run all the tests`_ **on both Python 2.7 and 3.3** to ensure nothing was