From 3ce164b59437c084a6391fa5a75d0ea173428129 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sun, 3 Aug 2014 22:09:04 -0700 Subject: [PATCH] Update contributing.md [ci skip] --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71bd92ada..e179ce017 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,7 @@ Send a pull request. We'll generally want documentation and tests for new featur A few guidelines: - Try to keep any code commits clean and separate from reformatting commits. - All new code is going to need tests. +- Try to follow PEP8. ## Bugs