Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 597 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 597 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 test) locally.
  3. If you've removed, changed or added functionality, updating the tests 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.

❤️