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.