diff options
author | Adin Scannell <ascannell@google.com> | 2019-11-18 13:40:27 -0800 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2020-04-21 12:00:59 -0700 |
commit | 957e26a6f30d40e2bff042d76a327d0a2cfbabae (patch) | |
tree | 3e95d46355585ae4661de5cef30cdca72a7c94bb /website/content/docs/community | |
parent | dc2f198866c5fd8162a79978eb3633975d3ba11f (diff) |
Move website to a simpler jekyll-based template
This will allow us to merge the site into the main repository.
This merge allows the documentation to be kept up-to-date and
synchronized with the main project. Builds will be triggered on any
update, removing the need for the cron-based reploy.
Diffstat (limited to 'website/content/docs/community')
-rw-r--r-- | website/content/docs/community/governance.md | 10 | ||||
-rwxr-xr-x | website/content/docs/community/index.md | 42 |
2 files changed, 52 insertions, 0 deletions
diff --git a/website/content/docs/community/governance.md b/website/content/docs/community/governance.md new file mode 100644 index 000000000..31db503ac --- /dev/null +++ b/website/content/docs/community/governance.md @@ -0,0 +1,10 @@ +--- +layout: docs +permalink: /docs/community/governance/ +noedit: true +category: Project +display: Governance +weight: 20 +--- + +{% include GOVERNANCE.md %} diff --git a/website/content/docs/community/index.md b/website/content/docs/community/index.md new file mode 100755 index 000000000..8971647d1 --- /dev/null +++ b/website/content/docs/community/index.md @@ -0,0 +1,42 @@ +--- +title: Contributing +layout: docs +category: Project +weight: 20 +permalink: /docs/community/ +--- + +Contributions are accepted through our [GitHub][github] and [Google +Source][googlesource] repositories. Individual projects have their own +[contribution process][contributing]. + +## Community + +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. + +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> + +[community]: https://gvisor.googlesource.com/community +[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://gvisor.googlesource.com/community/+/refs/heads/master/README.md +[googlesource]: https://gvisor.googlesource.com/ +[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/?format=HTML |