# Contributing to Caporal

:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:

## How to contribute

1. Create a issue explaining your contribution then wait for our GO.
2. Create a branch, prefixed by `feat-` or `fix-` for features or bugfixes.
3. Develop 
4. Ensure you add some tests covering your code. (test with `npm test` and `npm run coverage`) 
5. Ensure `npm run lint` passes
5. Add your files to git staging aread (`git add ...`)
6. Commit your changes using `npm run commit`
7. Push your branch
8. Open a Pull Request

