Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 612 Bytes

File metadata and controls

12 lines (7 loc) · 612 Bytes

use-definition follows semantic versioning.

use-definition still being in version 0, contributions are yet limited to bug fix and implementing features listed in the readme.

Please PR against the master branch and name your commit using one of the following template:

  • feat(<name>) <message>: to add a meaningfull work step on a feature
  • fix(<file>) <message>: to fix a single issue on a single file
  • doc(<file>) <message>: to add/fix/remove documentation (code comments are documentation)

<message> should be around max. 50 characters.