docs/raising-a-pull-request.md
Fork the GitHub repository allowing you to make the changes in your own copy of the repository.
Create a branch using the following naming prefixes:
Some indicative example branch names would be f-aws_emr_instance_group-refactor or td-staticcheck-st1008
Make the changes you would like to include in the provider, add new tests as required, and make sure that all relevant existing tests are passing.
Create a pull request. Please ensure (if possible) that the 'Allow edits from maintainers' checkbox is checked. This will allow the maintainers to make changes and merge the PR without requiring action from the contributor. You are welcome to submit your pull request for commentary or review before it is fully completed by creating a draft pull request. Please include specific questions or items you'd like feedback on.
Pull Request Best Practices
Create a changelog entry following the process outlined here
Once you believe your pull request is ready to be reviewed, ensure the
pull request is not a draft pull request by marking it ready for review
or removing [WIP] from the pull request title if necessary, and a
maintainer will review it.
One of the Terraform AWS provider team members will look over your contribution and either approve it or provide comments letting you know if there is anything left to do. We'll try to give you the opportunity to make the required changes yourself, but in some cases, we may perform the changes ourselves if it makes sense to (minor changes, or for urgent issues). We do our best to keep up with the volume of PRs waiting for review, but it may take some time depending on the complexity of the work.
Once all outstanding comments and checklist items have been addressed, your contribution will be merged! Merged PRs will be included in the next Terraform AWS provider release.
In some cases, we might decide that a PR should be closed without merging. We'll make sure to provide clear reasoning when this happens.
The Terraform AWS Provider follows the AI usage policy documented in the Terraform Core contributor guide. See AI Usage for the full policy.