1
0
forked from VimPlug/jedi

new contributing.md

This commit is contained in:
David Halter
2012-10-17 07:55:38 +02:00
parent 2ba5e363c9
commit b8b04fdb99
+8 -5
View File
@@ -1,8 +1,11 @@
Pull Requests are great (on the *dev* branch)! Pull Requests are great (on the **dev** branch)!
1. Fork the Repo on github. 1. Fork the Repo on github.
2. If you are adding functionality or fixing a bug, please add a test! 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 certain that things are working out. Many people are using Jedi directly from
master branch. the github master branch.
Please use Pep8 to style your code.