# Contributing

Hello, thank you for your interest in contributing to this repository

# Guidelines

*   Use `npm` as package manager
*   Test your feature/bugfix and keep full coverage. You can execute `npm test && npm run report` to
    see the test coverage report
*   Update `README.md` if needed
*   Do not skip pre-commit hook
