When contributing to this repository, please first create an issue and link the PR with it.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Update the README.md with details of changes including example hcl blocks and example files if appropriate.
- Run pre-commit hooks
pre-commit run -a. - Once all outstanding comments and checklist items have been addressed, your contribution will be merged! Merged PRs will be included in the next release. The terraform-aws-vpc maintainers take care of updating the CHANGELOG as they merge.
- Add semantics prefix to your PR or Commits.
- CI tests are passing
- README.md has been updated after any changes. The variables and outputs in the README.md has been generated (using the
terraform_docspre-commit hook). - Run pre-commit hooks
pre-commit run -a
Pull Requests or Commits must follow conventional specs below:
ci:Changes to our CI configuration files and scripts (example scopes: GitHub Actions)docs:Documentation only changesfeat:A new featurefix:A bug fixrefactor:A code change that neither fixes a bug nor adds a featurestyle:Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)test:Adding missing tests or correcting existing tests