Thanks for considering contributing to this project! We try to keep the contribution process light, but before sending a pull request to this project, please consider:
- Filing an issue on the project, explaining your problem and discussing your proposed change.
- Running the tests (
npm it
) locally. - If you've removed, changed or added functionality, updating the tests
(located under
test/
) and theREADME.md
if applicable.
Opening a pull request against this project will run the tests in continuous integration on GitHub Actions. Tests should pass on all changes.
❤️