Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 806 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 806 Bytes

Contributing

Development

Requirements: Latest Node.js (includes npm)

To install the modules needed for developing, you should clone or download this repository then run:

$ npm install

If you want to add a new function, please open an issue for discussion first. And after we have discussed and approved the modification, please add appropriate tests before submitting a pull request.

After you have contributed something check your code by using:

$ npm test

Contribution and License Agreement

If you contribute to this project, you are implicitly allowing your code to be distributed under this license. You are also implicitly verifying that all code is your original work.