forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
492 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Terraform AWS Provider Engineering Documentation | ||
|
||
Looking for documentation? You've come to the right place. | ||
|
||
* Documentation on [_using_ the Terraform AWS Provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) | ||
* [Road maps](roadmaps/README.md) showing the future direction of the AWS Provider | ||
* Documentation on [contributing](contributing/) to the the AWS Provider! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Contributing to the Terraform AWS Provider | ||
|
||
**First,** if you're unsure or afraid of _anything_, ask for help! You can open a draft pull request (PR) or an issue with what you know. We'll do our best to guide you in the right direction, and let you know if there are guidelines to follow. We want people to be able to participate without fear of doing the wrong thing. | ||
|
||
**Second,** not all of this documentation is up-to-date. If you see something that's not quite right, please submit a PR. Documentation-only PRs are often merged more quickly than code. | ||
|
||
**Third,** we don't always respond as quickly as we'd like. There's a lot going on. We prioritize certain aspects of the codebase but those priorities do shift over time. If we haven't gotten to something you find important, it's likely it's on our radar. We're working through other priorities to get to it. | ||
|
||
To improve the review and merge process, please do your best to follow the documentation. Below are our expectations for contributors. Following these guidelines gives us the best opportunity to work with you, by making sure we have the things we need in order to make it happen. Doing your best to follow it will speed up our ability to merge PRs and respond to issues. | ||
|
||
## Getting Started | ||
|
||
- [Set Up Your Development Environment](development-environment.md) | ||
- [FAQ](faq.md) | ||
- [Core Services](core-services.md) | ||
- [Provider Design](provider-design.md) | ||
|
||
## Process | ||
|
||
- [Contribution Types and Checklists](contribution-checklists.md) | ||
- [Issue Reporting and Lifecycle](issue-reporting-and-lifecycle.md) | ||
- [Maintainers and Maintaining the Repository](maintaining.md) | ||
- [Pull Request Submission and Lifecycle](pullrequest-submission-and-lifecycle.md) | ||
|
||
## Reference | ||
|
||
- [Acceptance Tests, Running and Writing](running-and-writing-acceptance-tests.md) | ||
- [Data Handling and Conversion](data-handling-and-conversion.md) | ||
- [Error Handling](error-handling.md) | ||
- [Retries and Waiters](retries-and-waiters.md) |
Oops, something went wrong.