From ca90de14ec768802f501eafd84bfe8e0435449e4 Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Fri, 3 Apr 2020 16:04:55 -0400 Subject: [PATCH] Updated Contribution Guide TOC --- .github/CONTRIBUTING.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4947ea0857..556ad5ec1a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -13,13 +13,15 @@ To record a bug report, enhancement proposal, or give any other product feedback +- [Contributing Fixes](#contributing-fixes) - [Proposing a Change](#proposing-a-change) - - [Caveats & Areas of special concern](#caveats--areas-of-special-concern) - - [State Storage Backends](#state-storage-backends) - - [Provisioners](#provisioners) - - [Pull Request Lifecycle](#pull-request-lifecycle) - - [Getting Your Pull Requests Merged Faster](#getting-your-pull-requests-merged-faster) - - [PR Checks](#pr-checks) + - [Caveats & areas of special concern](#caveats--areas-of-special-concern) + - [State Storage Backends](#state-storage-backends) + - [Provisioners](#provisioners) + - [Maintainers](#maintainers) + - [Pull Request Lifecycle](#pull-request-lifecycle) + - [Getting Your Pull Requests Merged Faster](#getting-your-pull-requests-merged-faster) + - [PR Checks](#pr-checks) - [Terraform CLI/Core Development Environment](#terraform-clicore-development-environment) - [Acceptance Tests: Testing interactions with external services](#acceptance-tests-testing-interactions-with-external-services) - [Generated Code](#generated-code) @@ -85,6 +87,8 @@ For code that has a listed maintainer or maintainers, the Terraform team will hi There is no expectation on response time for our maintainers; they may be indisposed for prolonged periods of time. Please be patient. Discussions on when code becomes "unmaintained" will be on a case-by-case basis. +If an an unmaintained area of code interests you and you'd like to become a maintainer, you may simply make a PR against our [CODEWONERS](https://github.com/hashicorp/terraform/blob/master/CODEOWNERS) file with your github handle attached to the approriate area. If there is a maintainer or team of maintainers for that area, please coordinate with them as necessary. + ### Pull Request Lifecycle 1. You are welcome to submit your pull request for commentary or review before it is fully completed. Please prefix the title of your pull request with "[WIP]" to indicate this. It's also a good idea to include specific questions or items you'd like feedback on.