Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 497 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 497 Bytes

Contributing

Pull requests are empirically awesome, and are most welcome.

  1. Fork the project.
  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!