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 -------------