UNPKG

333 BMarkdownView Raw
1# Contributing
2
3Hello, thank you for your interest in contributing to this repository
4
5# Guidelines
6
7* Use `npm` as package manager
8* Test your feature/bugfix and keep full coverage. You can execute `npm test && npm run report` to
9 see the test coverage report
10* Update `README.md` if needed
11* Do not skip pre-commit hook