From b8987a3a6a229a98e35f7333845e7ab15f968ff3 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 15 Oct 2013 10:21:01 -0700 Subject: [PATCH] Update README.md Added Contributing section --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8138ea..b26491c 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +* 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)