Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 573 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 573 Bytes

Contributing

All contributions are welcome! Head to the Github issues to report bugs, questions or code.

Submit code

  1. Fork the repository on Github
  2. Create a topic branch
  3. Implement your feature and the accompanying tests
  4. Run rake test to make sure the tests are passing
  5. Add documentation for your feature or bug fix
  6. Add, commit, and push your changes
  7. Submit a pull request

Versionning

This library aims to adhere to Semantic Versioning 2.0.