Contributors are welcome!
See something that needs fixing? Got an idea for a new feature? Contribute!
-
Fork the repo
# The clone your copy git clone <forked-repo>
-
Install the dependencies
# From the project directory, run npm i
-
Run the tests
npm test
- Write code
- Add tests to validate new behaviors
- Ensure all tests succeed
- Create a PR
- Have fun!
src
contains the source code
test
contains the tests
Reach out on gitter.
We're happy to help!