Browse Source

Add/update GOVERNANCE.md, CODE-OF-CONDUCT.md and CONTRIBUTING.md

Srini Polavarapu 6 years ago
parent
commit
3a1c40094e
3 changed files with 8 additions and 1 deletions
  1. 3 0
      CODE-OF-CONDUCT.md
  2. 4 1
      CONTRIBUTING.md
  3. 1 0
      GOVERNANCE.md

+ 3 - 0
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).

+ 4 - 1
CONTRIBUTING.md

@@ -1,6 +1,9 @@
 # How to contribute
 
-We definitely welcome patches and contributions to grpc-swift! 
+We definitely welcome patches and contributions to grpc-swift! 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.
+
 Here are some guidelines and information about how to participate.
 
 ## Getting started

+ 1 - 0
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).