From fe77496f764188cc204712a79ee65006fe03fbde Mon Sep 17 00:00:00 2001 From: Srini Polavarapu <35056280+srini100@users.noreply.github.com> Date: Fri, 20 Sep 2019 16:28:42 -0700 Subject: [PATCH] Update governance, contributing, code of conduct docs (#6171) * change from Inc. to LLC for Google and update the list * Add CODE-OF-CONDUCT.md, GOVERNANCE.md and update CONTRIBUTING.md --- CODE-OF-CONDUCT.md | 3 +++ CONTRIBUTING.md | 5 ++++- GOVERNANCE.md | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CODE-OF-CONDUCT.md create mode 100644 GOVERNANCE.md diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md new file mode 100644 index 0000000000..9d4213ebca --- /dev/null +++ b/CODE-OF-CONDUCT.md @@ -0,0 +1,3 @@ +## Community Code of Conduct + +gRPC follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f7f45b0f0..c97ee4d3b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,9 @@ # How to contribute -We definitely welcome your patches and contributions to gRPC! +We definitely welcome your patches and contributions to gRPC! Please read the gRPC +organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md) +and [contribution guidelines](https://github.com/grpc/grpc-community/blob/master/CONTRIBUTING.md) before proceeding. + If you are new to github, please start by reading [Pull Request howto](https://help.github.com/articles/about-pull-requests/) diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 0000000000..d6ff267471 --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1 @@ +This repository is governed by the gRPC organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md).