From 60b4bd403852bfad84bc4d8215ce982dc35ea762 Mon Sep 17 00:00:00 2001 From: lucperkins Date: Mon, 22 Apr 2019 18:30:46 -0700 Subject: [PATCH] Convert community page to Markdown Signed-off-by: lucperkins --- content/community.md | 43 ++++++++++++++++++++++ content/community/index.html | 71 ------------------------------------ 2 files changed, 43 insertions(+), 71 deletions(-) create mode 100644 content/community.md delete mode 100644 content/community/index.html diff --git a/content/community.md b/content/community.md new file mode 100644 index 0000000..ba5ef37 --- /dev/null +++ b/content/community.md @@ -0,0 +1,43 @@ +--- +title: Community +--- + +gRPC has an active community of developers who are using, enhancing, and building valuable integrations with other software projects. We'd love your help to improve and extend the project. You can reach us via the [Mailing List](https://groups.google.com/forum/#!forum/grpc-io), [Gitter channel](https://gitter.im/grpc/grpc), or [Twitter](https://twitter.com/grpcio) to start engaging with the project and its members. + +## Contribute on GitHub + +gRPC has an active community of developers who are using, enhancing and building valuable integrations with other software projects. We are always looking for active contributors in gRPC and gRPC Ecosystem. Here are a few areas where we would love community contribution in grpc project. Be sure to follow our [community addition guidelines](/contribute). + +## [gRPC C-based](https://github.com/grpc/grpc/labels/disposition%2Fhelp%20wanted) + +Or shortcut to [C](https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fcore+label%3A%22disposition%2Fhelp+wanted%22), [C++](https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2Fc%2B%2B), [Node.js](https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2Fnode), [Python](https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2FPython), [Ruby](https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2Fruby), [Objective-C](https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2FObjC), [PHP](https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2Fphp), and [C#](https://github.com/grpc/grpc/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2Fc%23+). + +## [gRPC Java](https://github.com/grpc/grpc-java/labels/help%20wanted) + +For Android Java and Java. + +## [gRPC Go](https://github.com/grpc/grpc-go/labels/Status:%20help%20wanted) + +For the Go implementation. + +[More on how to contribute to gRPC Documentation >](/contribute) + +## Mailing list + +Any questions or suggestions? Just want to be in the loop of what is going on with the project? Join the [mailing list](https://groups.google.com/forum/#!forum/grpc-io). + +## Join the gRPC Ecosystem + +We have an organization for all valuable projects around gRPC in the [gRPC Ecosystem](https://github.com/grpc-ecosystem). The goal is to have all projects around gRPC (showing integrations with other projects or building utilities on top of gRPC) to be showcased here. If you have a new project you would like to add to gRPC Ecosystem, please fill up the [gRPC Ecosystem Project Request](https://docs.google.com/a/google.com/forms/d/119zb79XRovQYafE9XKjz9sstwynCWcMpoJwHgZJvK74/edit) form. Please read the [contribution guidelines](https://github.com/grpc/grpc-contrib/blob/master/CONTRIBUTING.md) for gRPC Ecosystem before submitting. + +## Gitter Channel + +Join other developers and users on the [gRPC Gitter channel](https://gitter.im/grpc/grpc). + +## Reddit + +Join the [subreddit](https://www.reddit.com/r/grpc/). + +## Community meetings + +We hold a community video conference every other week. It's a way to discuss the status of work and show off things the community is working on. Meeting information and notes can be found at [bit.ly/grpcmeetings](https://bit.ly/grpcmeetings). diff --git a/content/community/index.html b/content/community/index.html deleted file mode 100644 index 7e596c3..0000000 --- a/content/community/index.html +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: Community ---- - -
-
-

gRPC has an active community of developers who are using, enhancing and building valuable integrations with other software projects. We’d love your help to improve and extend the project. You can reach us via Mailing list, Gitter channel, Twitter to start engaging with the project and its members. -

- -
-

Contribute on Github

-

gRPC has an active community of developers who are using, enhancing and building valuable integrations with other software projects. We are always looking for active contributors in gRPC and gRPC Ecosystem. Here are a few areas where we would love community contribution in grpc project. Be sure to follow our community addition guidelines.

- -
-
-
- - - -

Or shortcut to: C, C++, Node.js, Python, Ruby, Objective-C, PHP, and C# -

-
-
-
-
- - - -

For Android Java and Java.

-
-
-
-
- - - -

For the Go implementation

-
-
-
- More on how to contribute to gRPC Documentation > -
- -
-

Mailing List

-

Any questions or suggestions? Just want to be in the loop of what is going on with the project? Join the mailing list -

- -
-

Join gRPC Ecosystem

-

We have an organization for all valuable projects around gRPC in the gRPC Ecosystem. The goal is to have all projects around gRPC (showing integrations with other projects or building utilities on top of gRPC) to be showcased here. If you have a new project you would like to add to gRPC Ecosystem, please fill up the gRPC Ecosystem Project Request form. Please read the contribution guidelines for gRPC Ecosystem before submitting. -

- -
-

Gitter Channel

-

Join other developers and users on the gRPC Gitter channel

-
- - -
-

Reddit

-

Join the subreddit

-
- -
-

Community Meetings

-

We hold a community video conference every other week. It's a way to discuss the status of work and show off things the community is working on. Meeting information and notes can be found at bit.ly/grpcmeetings.

-
- -
-