From 17b7b0d7fd9ee842f233bc6a3b4e96b4a3e07496 Mon Sep 17 00:00:00 2001 From: David Halter Date: Wed, 17 Oct 2012 07:37:42 +0200 Subject: [PATCH] contributing changes --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27b7c44..9eeb0aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,9 @@ -Pull Requests are great (on the *dev* branch)! +Pull Requests are great (on the **dev** branch)! + 1. Fork the Repo on github. 2. If you are adding functionality or fixing a bug, please add a test! - 3. Push to your fork and submit a *pull request to the dev branch*. + 3. Push to your fork and submit a **pull request to the dev branch**. -My *master* branch is a 100% stable (should be). I only push to it after I am +My **master** branch is a 100% stable (should be). I only push to it after I am certain that it is working. Many people are using Jedi directly from the github master branch.