Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 740 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 740 Bytes

Contributing

  1. Fork the repository on Github.
  2. Create a named feature branch ($ git checkout -b my-new-feature).
  3. Write your change.
  4. Write tests for your change (if applicable).
  5. Run the tests, ensuring they all pass ($ bundle exec rake).
  6. Commit your change ($ git commit -am 'Add some feature').
  7. Push to the branch ($ git push origin my-new-feature).
  8. Submit a Pull Request using Github.

Please do not hesitate to open an issue with any questions or problems.