Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 622 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 622 Bytes

Contribution Guidelines

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:

  1. Filing an issue on the project, explaining your problem and discussing your proposed change.
  2. Running the tests (npm it) locally.
  3. If you've removed, changed or added functionality, updating the tests (located under test/) and the README.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.

❤️