Sha256: e46fe502ba62383e359cfcbe96b71dee1017854aa81f89c80d8279e45c2acf63
Contents?: true
Size: 507 Bytes
Versions: 2
Compression:
Stored size: 507 Bytes
Contents
# Contributing to Draper So you want to help us out... thanks! Here's a quick how-to: 1. [Fork the project](https://help.github.com/articles/fork-a-repo). 2. Create a branch - `git checkout -b adding_magic` 3. Make your changes, and add some tests! 4. Check that the tests pass - `bundle exec rake` 5. Commit your changes - `git commit -am "Added some magic"` 6. Push the branch to Github - `git push origin adding_magic` 7. Send us a [pull request](https://help.github.com/articles/using-pull-requests)!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
draper-1.0.0 | CONTRIBUTING.md |
draper-1.0.0.beta6 | CONTRIBUTING.md |