Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 1.12 KB

Contributing to AWS SAM Local

Contributions to AWS SAM Local should be made via GitHub pull requests and discussed using GitHub issues.

Before you start

If you would like to make a significant change, it's a good idea to first open an issue to discuss it.

Making the request

  1. Create a fork of the AWS SAM Local repository (quick link)
  2. Commit your changes to your fork
  3. Create a new pull request (quick link)

Testing

Any contributions should pass all tests, including those not run by our current CI system.

You may run all tests by running go test (requires go to be installed).

Licensing

The AWS SAM Local is released under an Apache 2.0 license. Any code you submit will be released under that license.

For significant changes, we may ask you to sign a Contributor License Agreement.