Commit 938ea5f0 authored by Eric Holmes's avatar Eric Holmes

Add information for contributing.

parent 0d00b698
......@@ -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
-------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment