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.
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.
Please make sure you have tested your code before create your pull requests.
Optional : If you want you could add new unit test.