We love pull requests from everyone.
Fork, then clone the repo:
`git clone [email protected]:your-username/serverless-offline-ssm.git`
Set up your machine:
`yarn install`
Make sure the tests pass:
`yarn test`
Make your change. Add tests for your change. Make the tests pass:
`yarn test`
Push to your fork and submit a pull request.
Some things that will increase the chance that your pull request is accepted:
- Write tests.
- Follow the style guide.
- Write a good commit message.