Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 508 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 508 Bytes

Contributing

To contribute on this repository, you need to respect some rules.

First, you must respect the code of conduct, this is a basic terms of service.

Commits

All of your commits must be prefixed by :

feat : if commit contains new feature.
fix : if commit contains bug fix.
chore : when is not feat or bug fix.

Tests

Please make sure you have tested your code before create your pull requests.
Optional : If you want you could add new unit test.