Want to help contribute something to the project? Awesome! Please take a moment to review this document.
Contributions should be done on develop
branch.
Before submitting a pull request make sure
- the coding style is indistinguishable from the existing code
npm run lint
should passnpm run test
should pass