From e94376095fb6e28d6270829bc81286a355bb58a7 Mon Sep 17 00:00:00 2001 From: David Halter Date: Thu, 27 Dec 2012 02:09:20 +0100 Subject: [PATCH] note that readme/doc changes are ok in master branch to contributing.md --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf62df76..73eb0c3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,5 @@ -Pull Requests are great (on the **dev** branch)! +Pull Requests are great (on the **dev** branch)! Readme/Documentation changes +are ok in the master branch. 1. Fork the Repo on github. 2. If you are adding functionality or fixing a bug, please add a test! @@ -6,6 +7,6 @@ Pull Requests are great (on the **dev** branch)! My **master** branch is a 100% stable (should be). I only push to it after I am certain that things are working out. Many people are using Jedi directly from -the github master branch. +the github master branch. Please use Pep8 to style your code.