Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 448 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 448 Bytes

Contributing

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