You can contribute to this project by following the steps bellow:
- Fork this repository:
git clone git@github.com:arrecadar/api.git
. - Create your branch feature:
git checkout -b add/feature
. - Make your changes and commit:
git add . && git commit
. - Open a pull request.
We the follwing pattern to commit messages:
- The subject of commit must have less than 50 characters.
- The format of subject must be
scope: type description
:- scope is where the commit affects.
- type is what your commit does.
- type is strict and has some types availables:
fix
,refactor
,chore
,add
,update
andremove
.
- type is strict and has some types availables:
- description is your description.
- The body message needs have less than 80 characters.