Regarding code style like indentation and whitespace, follow the conventions you see used in the source already.
- Fork and clone the repo.
- Run
npm install
to install all dependencies. - Create a new branch, please don't work in your
master
branch directly. - Code!
- Run
npm test
from your command line and check the console.
- Create a new branch, please don't work in your
master
branch directly. - Code!
- Update the tests and run
npm test
to see the tests. - Push to your fork and submit a pull request.