diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2019-05-28 20:05:16 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-05-29 17:10:18 +0900 |
commit | 27fb02c4b8f5322c01bdc2fc97b9bec6b4a46b61 (patch) | |
tree | 48651e5c4a3b1f556c458d2a39b45bba48159f49 /content | |
parent | 7c94c9d77c6287d296f4ffed925ef5efa3a173f1 (diff) |
Add link to gVisor gitter on contributing page.
Diffstat (limited to 'content')
-rw-r--r-- | content/docs/community/_index.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/docs/community/_index.md b/content/docs/community/_index.md index 6b5a774d1..ed02c8bdc 100644 --- a/content/docs/community/_index.md +++ b/content/docs/community/_index.md @@ -11,6 +11,8 @@ The project maintains two mailing lists: * [gvisor-users][gvisor-users] for accouncements and general discussion. * [gvisor-dev][gvisor-dev] for development and contribution. + +We also have a [chat room hosted on Gitter][gitter-chat]. The community calendar shows upcoming public meetings and opportunities to collaborate. @@ -18,6 +20,7 @@ collaborate. <iframe src="https://calendar.google.com/calendar/b/1/embed?showTitle=0&height=600&wkst=1&bgcolor=%23FFFFFF&src=bd6f4k210u3ukmlj9b8vl053fk%40group.calendar.google.com&color=%23AB8B00&ctz=America%2FLos_Angeles" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe> [community]: https://gvisor.googlesource.com/community +[gitter-chat]: https://gitter.im/gvisor/community [governance]: https://gvisor.googlesource.com/community/+/refs/heads/master/README.md [gvisor-dev]: https://groups.google.com/forum/#!forum/gvisor-dev [gvisor-users]: https://groups.google.com/forum/#!forum/gvisor-users |