Contributing

May 4, 2013 ยท View on GitHub

Want to contribute? Awesome! Thank you so much.

How?

  1. Fork it
  2. Create a feature branch (git checkout -b my-new-feature)
  3. Commit changes, with tests (git commit -am 'Add some feature')
  4. Run the tests (bundle exec rake)
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request