Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 592 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 592 Bytes

Thank you for your intention to contribute!

If you want to provide feedback, make a suggestion, or report a bug, create an issue on GitHub.

Develop

If you want to experiment with the code and maybe even send a pull request, use npm install and npm test. The code should be test-driven. npm run coverage will show you your code coverage.

Before you start doing really big changes, it is advisable to open an issue to discuss it up front in case to avoid doing work that I will be hesitant to merge in for whatever reason.