mirror of https://github.com/grpc/grpc.io.git
Merge pull request #2 from lucperkins/lperkins/markdown-community-page
Convert community page to Markdown
This commit is contained in:
commit
281679e0e1
|
|
@ -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).
|
||||||
|
|
@ -1,71 +0,0 @@
|
||||||
---
|
|
||||||
title: Community
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<p class="lead" style="margin-top:2%">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 <a href="https://groups.google.com/forum/#!forum/grpc-io">Mailing list</a>, <a href="https://gitter.im/grpc/grpc"> Gitter channel</a>, <a href="https://twitter.com/grpcio">Twitter</a> to start engaging with the project and its members.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<section class="community-section">
|
|
||||||
<h4 class="community-contribute community-title">Contribute on Github</h4>
|
|
||||||
<p>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 <a href="/contribute/">community addition guidelines</a>.</p>
|
|
||||||
|
|
||||||
<div class="contribute-wrapper">
|
|
||||||
<div class="contribute-item">
|
|
||||||
<div class="item-content">
|
|
||||||
<a class="item-box" href="https://github.com/grpc/grpc/labels/disposition%2Fhelp%20wanted">
|
|
||||||
<p class="item-link">gRPC C-based</p>
|
|
||||||
</a>
|
|
||||||
<p class="item-desc">Or shortcut to: <a href="https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fcore+label%3A%22disposition%2Fhelp+wanted%22">C</a>, <a href="https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2Fc%2B%2B">C++</a>, <a href="https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2Fnode">Node.js</a>, <a href="https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2FPython">Python</a>, <a href="https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2Fruby">Ruby</a>, <a href="https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2FObjC">Objective-C</a>, <a href="https://github.com/grpc/grpc/issues?q=is%3Aopen+is%3Aissue+label%3A%22disposition%2Fhelp+wanted%22+label%3Alang%2Fphp">PHP</a>, and <a href="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+">C#</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="contribute-item">
|
|
||||||
<div class="item-content">
|
|
||||||
<a class="item-box" href="https://github.com/grpc/grpc-java/labels/help%20wanted">
|
|
||||||
<p class="item-link">gRPC Java</p>
|
|
||||||
</a>
|
|
||||||
<p class="item-desc">For Android Java and Java.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="contribute-item">
|
|
||||||
<div class="item-content">
|
|
||||||
<a class="item-box" href="https://github.com/grpc/grpc-go/labels/Status:%20help%20wanted">
|
|
||||||
<p class="item-link">gRPC Go</p>
|
|
||||||
</a>
|
|
||||||
<p class="item-desc">For the Go implementation</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="/contribute/"><span>More on how to contribute to gRPC Documentation ></span></a>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="community-section">
|
|
||||||
<h4 class="community-mailing community-title">Mailing List</h4>
|
|
||||||
<p>Any questions or suggestions? Just want to be in the loop of what is going on with the project? Join the <a href="https://groups.google.com/forum/#!forum/grpc-io">mailing list</a>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="community-section">
|
|
||||||
<h4 class="community-irc community-title">Join gRPC Ecosystem</h4>
|
|
||||||
<p>We have an organization for all valuable projects around gRPC in the <a href="https://github.com/grpc-ecosystem">gRPC Ecosystem</a>. 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 <a href="https://docs.google.com/a/google.com/forms/d/119zb79XRovQYafE9XKjz9sstwynCWcMpoJwHgZJvK74/edit">gRPC Ecosystem Project Request</a> form. Please read the <a href="https://github.com/grpc/grpc-contrib/blob/master/CONTRIBUTING.md">contribution guidelines</a> for gRPC Ecosystem before submitting.
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="community-section" style="width:100%;margin-bottom:5%;">
|
|
||||||
<h4 class="community-irc community-title">Gitter Channel</h4>
|
|
||||||
<p>Join other developers and users on the <a href="https://gitter.im/grpc/grpc">gRPC Gitter channel</a></p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
<section class="community-section">
|
|
||||||
<h4 style="margin-bottom:15%" class="community-reddit community-title">Reddit</h4>
|
|
||||||
<p style="margin-top:5%">Join the <a href="https://www.reddit.com/r/grpc/">subreddit</a></p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="community-section">
|
|
||||||
<h4 class="community-meetings community-title">Community Meetings</h4>
|
|
||||||
<p class="community-text">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 <a href="https://bit.ly/grpcmeetings">bit.ly/grpcmeetings</a>.</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
Loading…
Reference in New Issue