Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 598 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (7 loc) · 598 Bytes

animate follows semantic versioning.

animate 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.