Add maintainer information to CONTRIBUTING (#3331)

* Add maintainer information to CONTRIBUTING

* Update CONTRIBUTING.md
This commit is contained in:
Riley Karson 2019-03-27 15:16:05 -07:00 committed by GitHub
parent a815f97513
commit 0fccddf4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,3 +95,11 @@ time you run `make build`, you can symlink the built binary into the directory:
ln -s $GOPATH/bin/terraform-provider-google ~/.terraform.d/plugins/terraform-provider-google
ln -s $GOPATH/bin/terraform-provider-google-beta ~/.terraform.d/plugins/terraform-provider-google-beta
```
# Maintainer-specific information
## Reviewing / Merging Code
When reviewing/merging code, roughly follow the guidelines set in the
[Maintainer's Etiquette](https://github.com/hashicorp/terraform/blob/master/docs/maintainer-etiquette.md)
guide. One caveat is that they're fairly old and apply primarily to HashiCorp employees, but the general guidance about merging / changelogs is still relevant.