First of all, a heartfelt thank you for your willingness to contribute to this project!
Whenever possible, please follow the recommendations below, as they simplify our review process:
- For any non-trivial issue, consider creating an issue first. This allows discussing a change before proceeding with its implementation.
- Add tests and check the test coverage with
npm run coverage
. - Check that you have adhered to the coding guidelines by running
npm run lint
.
Thank you!