From c7cae980764737aa50c663fe01e2bcf483a6040d Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Fri, 3 Apr 2020 16:14:08 -0400 Subject: [PATCH] GitHub hates me --- .github/CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a822703e9..3ca161833 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -79,9 +79,7 @@ The Terraform team is in the process of building a way forward whilch continues Please see the [CODEOWNERS](https://github.com/hashicorp/terraform/blob/master/CODEOWNERS) file for the status of a given provisioners. Community members with an interest in a particular provisioner are welcome to help maintain it. - - -####Maintainers +#### Maintainers Maintainers are key contributors to our Open Source project. They contribute their time and expertise and we ask that the community take extra special care to be mindful of this when interacting with them. @@ -234,4 +232,4 @@ git add go.mod go.sum vendor git commit -m "vendor: go get github.com/hashicorp/hcl/v2@2.0.0" ``` -You can then make use of the new or updated dependency in new code added in subsequent commits. \ No newline at end of file +You can then make use of the new or updated dependency in new code added in subsequent commits.