-
Fork the library
-
Run
npm install
to 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
develop
branch.
-
All pull requests should be submitted to the
develop
branch. -
Add yourself in the
AUTHORS.md
list (Alphabetically sorted) -
add a line in
CHANGELOG.md
to explain your changes