Update README.md

Added Contributing section
master
Jonathan 2013-10-15 10:21:01 -07:00
parent ba58eb1fdd
commit b8987a3a6a
1 changed files with 23 additions and 1 deletions

View File

@ -26,4 +26,26 @@ _*Snap.svg uses Grunt 0.4.0. You might want to [read](http://gruntjs.com/getting
* Type `grunt` in the command line to build the files.
* The results will be built into the release folder.
* Alternatively type `grunt watch` to have the build run automatically when you make changes to source files.
* Alternatively type `grunt watch` to have the build run automatically when you make changes to source files.
*
## Contributing
Start by checking out our [Backlog](http://huboard.com/topcoat/topcoat/backlog). (Pls file issues against this repo.)
* [Fill out the CLA here](http://snapsvg.io/dev/snapsvg-cla.html)
* [fork](https://help.github.com/articles/fork-a-repo) the repo
* Create a branch
git checkout -b my_branch
* Add your changes
* Commit your changes
git commit -am "Added some awesome stuff"
* Push your branch
git push origin my_branch
* make a [pull request](https://help.github.com/articles/using-pull-requests)