-
Fork the library
-
Run
npm installto install dependencies -
Add your tests to the files in
/tests -
To test your tests, run
npm test -
When all your tests are passing, submit a pull request to the
developbranch.
-
All pull requests should be submitted to the
developbranch. -
Add yourself in the
AUTHORS.mdlist (Alphabetically sorted) -
add a line in
CHANGELOG.mdto explain your changes