blob: f2eb858ccc2b49532551a0cc32d68adc13e26fd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
---
title: Contributing
layout: docs
category: Project
weight: 20
permalink: /docs/community/
---
Contributions are accepted through our [GitHub][github] repositories. See the
[contribution guide][contributing].
## Governance
See the project [governance][governance]. All projects are covered by our [code
of conduct][codeofconduct].
## Communication channels
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.
<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="600" height="400" frameborder="0" scrolling="no"></iframe>
[contributing]: https://github.com/google/gvisor/blob/master/CONTRIBUTING.md
[github]: https://github.com/google/gvisor
[gitter-chat]: https://gitter.im/gvisor/community
[governance]: https://github.com/google/gvisor/blob/master/GOVERNANCE.md
[gvisor-dev]: https://groups.google.com/forum/#!forum/gvisor-dev
[gvisor-users]: https://groups.google.com/forum/#!forum/gvisor-users
[codeofconduct]: https://github.com/google/gvisor/blob/master/CODE_OF_CONDUCT.md
|