Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 844 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 844 Bytes

Setting up

Pre-requisites:

  • NodeJs v10.16.3 ou greater
  • Git

Plugins (VS Code):

Versioning

The library version follows the semantic versioning pattern:

Semantic versioning

  • Major: increased when a release has a compatibility breaking change.

  • Minor: increased when a release has new functionalities.

  • Patch: increased when a release has bugfixes or a functionality was enhanced.