From 938ea5f07485118efbf5da60239af73f4f9308a7 Mon Sep 17 00:00:00 2001 From: Eric Holmes Date: Tue, 29 Nov 2011 00:14:30 -0800 Subject: [PATCH] Add information for contributing. --- README.mdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.mdown b/README.mdown index f8d48b316..4dfa33513 100644 --- a/README.mdown +++ b/README.mdown @@ -116,6 +116,16 @@ contributors, please see the [AUTHORS](AUTHORS) file. Any questions, tips, or general discussion can be posted to our Google group: [http://groups.google.com/group/gitflow-users](http://groups.google.com/group/gitflow-users) +Contributing +------------ +* Fork the repository. +* `git clone git@github.com:/gitflow.git` +* `git branch master origin/master` +* `git flow init -d` +* `git flow feature start ` +* Do work and commit your changes. (**hint**: ``export PATH=`pwd`:$PATH`` from within the gitflow directory helps) +* `git flow feature publish ` +* Open a pull request to your feature branch. License terms -------------