Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 393 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 393 Bytes

Contributing


Steps


Thanks for your interest in contributing! If you'd like to help out please:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add tests for the new feature; ensure they pass (rake)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request