- Create a fork
- npm install locally
- Do your changes
- When adding functionality, make sure to a test case, PR's without test cases will be dismissed.
- Please validate your changes using eslint, I did not include it on travis, changes should be avoided unless required.
- Validate your changes via npm test
- Refrain from editing the commit history, such PR's will NOT be accepted.
- Request pull request.
- Wait for approval/dismissal.