mirror of https://github.com/grpc/grpc.io.git
Merge branch 'master' into release/bump_version_1_24_0
This commit is contained in:
commit
6358b0a1cd
|
|
@ -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).
|
||||||
|
|
@ -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.
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
This repository is governed by the gRPC organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md).
|
||||||
|
|
@ -4,8 +4,8 @@ title = "gRPC"
|
||||||
pygmentsCodeFences = true
|
pygmentsCodeFences = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
grpc_release_tag = "v1.23.0"
|
grpc_release_tag = "v1.24.0"
|
||||||
grpc_release_tag_no_v = "1.23.0"
|
grpc_release_tag_no_v = "1.24.0"
|
||||||
grpc_java_release_tag = "v1.24.0"
|
grpc_java_release_tag = "v1.24.0"
|
||||||
milestones_link = "https://github.com/grpc/grpc/milestones"
|
milestones_link = "https://github.com/grpc/grpc/milestones"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue