Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (18 loc) · 742 Bytes

Contributing

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: