Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 694 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 694 Bytes

Contributing

Awesome! We're happy that you want to contribute.

Make sure that you're read and understand the Code of Conduct.

Building from source

There are no special instructions to build this project, other than to run npm install after cloning the repo, to get all the dependent packages installed.

After making changes, you should run npm test to ensure all the tests currently pass. If you are adding or changing function, you should add tests in either an existing test module or a new one.