Skip to content

Commit

Permalink
Add information for contributing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejholmes committed Nov 29, 2011
1 parent 0d00b69 commit 938ea5f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:<username>/gitflow.git`
* `git branch master origin/master`
* `git flow init -d`
* `git flow feature start <your feature>`
* Do work and commit your changes. (**hint**: ``export PATH=`pwd`:$PATH`` from within the gitflow directory helps)
* `git flow feature publish <your feature>`
* Open a pull request to your feature branch.

License terms
-------------
Expand Down

0 comments on commit 938ea5f

Please sign in to comment.