Edited copy

master
Christian Cantrell 2013-10-16 17:42:11 -04:00
parent bd91b50884
commit 32734eb8d7
1 changed files with 7 additions and 7 deletions

View File

@ -31,19 +31,19 @@ _*Snap.svg uses Grunt 0.4.0. You might want to [read](http://gruntjs.com/getting
## Contributing ## Contributing
# [Fill out the CLA](http://snapsvg.io/dev/snapsvg-cla.html). * [Fill out the CLA](http://snapsvg.io/dev/snapsvg-cla.html).
# [Fork](https://help.github.com/articles/fork-a-repo) the repo. * [Fork](https://help.github.com/articles/fork-a-repo) the repo.
# Create a branch: * Create a branch:
git checkout -b my_branch git checkout -b my_branch
# Add your changes. * Add your changes.
# Commit your changes: * Commit your changes:
git commit -am "Added some awesome stuff" git commit -am "Added some awesome stuff"
# Push your branch: * Push your branch:
git push origin my_branch git push origin my_branch
# Make a [pull request](https://help.github.com/articles/using-pull-requests). * Make a [pull request](https://help.github.com/articles/using-pull-requests).