Contributions are open and welcome! Please follow the guidelines below.
Submit a PR to the staging
branch
- Update the README.md with details of changes.
- Update the CHANGELOG.md with the details of the change. Please follow the format below:
## UNRELEASED (<MONTH><YEAR>)
- Update the VERSION numbers to the new version that this Pull Request would represent. The versioning scheme used is SemVer.
- Update the EXAMPLE terraform to reflect your changes. Please make sure the SOURCE is
git::https://github.com/jmgreg31/terraform-aws-cloudfront.git?ref=staging
To help ensure the validity of changes, and that the examples provided are accurate, the example folder will also serve as the testing space. Due to limitations of Travis CI and encrypted variables (see HERE), all PR's to master
will be from the staging
branch and must be submitted by a repo maintainer. Should the tests fail, the contributer will make changes and submit updates back to the staging
branch.