diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-03-29 22:40:11 -0400 |
---|---|---|
committer | Ian Lewis <ianmlewis@gmail.com> | 2019-03-29 22:40:11 -0400 |
commit | 22f1890a9beab11d8cfdceba3a4d66f8bbbb468c (patch) | |
tree | 110ec3a84a72560244ee4476852295b86a737eb0 /content/docs/community/_index.md |
Initial commit
Diffstat (limited to 'content/docs/community/_index.md')
-rw-r--r-- | content/docs/community/_index.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/content/docs/community/_index.md b/content/docs/community/_index.md new file mode 100644 index 000000000..44b2ac0dc --- /dev/null +++ b/content/docs/community/_index.md @@ -0,0 +1,25 @@ ++++ +title = "Community & Contributing" ++++ +The authoritative document for community resources and organization is the +[community repository][community], which contains the project's [governance +model][governance]. and [code of conduct][codeofconduct]. Individual +repositories have their own guidelines and processes for contributing. See the +[canonical list of repositories][repositories] for more information. + +The project maintains two mailing lists: + + * [gvisor-users][gvisor-users] for accouncements and general discussion. + * [gvisor-dev][gvisor-dev] for development and contribution. + +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="800" height="600" frameborder="0" scrolling="no"></iframe> + +[community]: https://gvisor.googlesource.com/community +[goverance]: 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 +[codeofconduct]: https://gvisor.googlesource.com/community/+/refs/heads/master/CODE_OF_CONDUCT.md +[repositories]: https://gvisor.googlesource.com/ |