Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 432 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 432 Bytes

Contributing

Community contributions are most welcome. Here are a couple of guidelines for contributions.

  • Install the dev. environment with npm install.
  • Use GitHub pull requests.
  • Reference existing open GitHub issues in commits where relevant.
  • Styles, Tests: Always run npm run check && npm test to run all style and test checks. This is a test library -- it should pass its own tests. ;)

And, thanks!