Skip to content

Latest commit

History

History
17 lines (14 loc) 路 732 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) 路 732 Bytes

Contributing

  1. Fork the repository
  2. Create a topic branch
  3. Implement a feature or fix a bug
  4. Don't forget to add unit tests!
  5. Add documentation
  6. Use the same coding style as the rest of the code
  7. Add, commit, and push your changes
  8. Submit a pull request

Versioning

This library aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, a new version should be immediately released to restore compatibility.