Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (31 loc) · 1.89 KB

CONTRIBUTING.md

File metadata and controls

43 lines (31 loc) · 1.89 KB

Contributing to terraform-aws-foundation

Contributing to terraform-aws-foundation is very welcome. The following are some guidelines and instructions to help those interested.

These are intended to help you verify that you're submitting well-formed pull requests and opening useful issues for terraform-aws-foundation. Doing so saves the maintainers time by communicating the format that works best and what required information and documentation is typically needed.

Feature requests

To ask or discuss new features for terraform-aws-foundation, please open an issue and use the provided feature request template.

Bug reports and issues

To report bugs or other issues with terraform-aws-foundation please open an issue and use the provided template to include all necessary details.

Bugs should not be feature requests in disguise. We're happy to entertain and discuss new feature requests but please use the feature request template for issues.

Pull Requests

Please open a PR and follow the provided pull request template as closely as you're able to.

We tend to use the "fork and pull" model for outside contributors where contributors push changes to their personal fork and then create pull requests to bring those changes into the terraform-aws-foundation repository.

For more information on this using this model please see the Github documentation here, or for more information on how pull requests work on Github please see the documentation here.

Thank you for contributing!