diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md new file mode 100644 index 0000000..9d4213e --- /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 new file mode 100644 index 0000000..bf960e6 --- /dev/null +++ b/CONTRIBUTING.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. diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 0000000..d6ff267 --- /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). diff --git a/config.toml b/config.toml index a79f19f..4f8072a 100644 --- a/config.toml +++ b/config.toml @@ -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"