Pull requests are empirically awesome, and are most welcome.
- Fork the project.
- Create a branch -
git checkout -b adding_magic
- Make your changes, and add some tests!
- Check that the tests pass -
bundle exec rake
- Commit your changes -
git commit -am "Added some magic"
- Push the branch to Github -
git push origin adding_magic
- Send us a pull request!