Contributing to sqs-grep is very simple:
- Fork it on GitHub
- Change package.json to increment the version number
- Add your contribution to your fork, including unit tests for it
- Run
npm run integration-test && npm test
and make sure that all tests are passing and the code coverage is at 100% - Submit a pull-request
Thanks!