Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 344 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 344 Bytes

Contributing Guidelines

Thanks for your help! If you have a bug to report, please try to list the steps necessary to reproduce it. Feature requests are welcome, as are your own contributions to implement them. :)

As part of submitting a pull request, please run tests and the style checker:

npm install
NODE_ENV=test npm test