From 22f1890a9beab11d8cfdceba3a4d66f8bbbb468c Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Fri, 29 Mar 2019 22:40:11 -0400 Subject: Initial commit --- content/docs/community/_index.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 content/docs/community/_index.md (limited to 'content/docs/community/_index.md') 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. + + + +[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/ -- cgit v1.2.3