Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 328 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 328 Bytes

Versioning

We are using Semantic Versioning. Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards compatible manner, and
  • PATCH version when you make backwards compatible bug fixes.