Merge branch 'master' into release/bump_version_1_24_0

This commit is contained in:
Eric Anderson 2019-10-02 11:01:12 -07:00 committed by GitHub
commit 6358b0a1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 2 deletions

3
CODE-OF-CONDUCT.md Normal file
View File

@ -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).

5
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,5 @@
# How to contribute
We definitely welcome patches and contributions to grpc.io! 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.

1
GOVERNANCE.md Normal file
View File

@ -0,0 +1 @@
This repository is governed by the gRPC organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md).

View File

@ -4,8 +4,8 @@ title = "gRPC"
pygmentsCodeFences = true
[params]
grpc_release_tag = "v1.23.0"
grpc_release_tag_no_v = "1.23.0"
grpc_release_tag = "v1.24.0"
grpc_release_tag_no_v = "1.24.0"
grpc_java_release_tag = "v1.24.0"
milestones_link = "https://github.com/grpc/grpc/milestones"