This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch community in repository https://gitbox.apache.org/repos/asf/gravitino-site.git
commit a930662d0160ceea46ccc02dec2d2eedf1d69317 Author: Justin Mclean <[email protected]> AuthorDate: Wed Jul 17 13:06:23 2024 +1000 Add community page --- docusaurus.config.ts | 1 + src/pages/community.mdx | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index e0d1c21..bb556bc 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -75,6 +75,7 @@ const config: Config = { }, items: [ {to: '/', label: 'Apache Gravitino', position: 'left'}, + {to: '/community', label: 'Community', position: 'right'}, {to: '/contrib', label: 'Contributing', position: 'right'}, {type: 'docSidebar', sidebarId: 'docs', position: 'right', label: 'Docs'}, {to: '/blog', label: 'Blog', position: 'right'}, diff --git a/src/pages/community.mdx b/src/pages/community.mdx new file mode 100644 index 0000000..efda995 --- /dev/null +++ b/src/pages/community.mdx @@ -0,0 +1,26 @@ +# Welcome + +Apache Gravitino community discussions happen primarily in GitHub and the developer mailing list, and on the #gravitino channel on the [ASF Slack workspace](https://the-asf.slack.com). + +## Contribute +See [contributions for more details](contrib) on how to contribute to Gravitino. + +## Issues +Issues are [tracked in GitHub](https://github.com/apache/gravitino/issues). + +### Good First Issues +If you are not sure on what to work on, look at issue tagged with [good first issue](https://github.com/apache/gravitino/contribute). + +## Slack +We use the #gravitino channel in the ASF Slack Workspace. To be invited, ask on the dev list. + +## Mailing Lists +Gravitino has several mailing lists: + +*Developers:* [email protected] -- used for community discussions. +[Subscribe](mailto:[email protected]) + +*Commits:* [email protected] -- distributes commit notifications. +[Subscribe](mailto:[email protected]) + +*Private:* [email protected] -- A private list for the PPMC to discuss issues related to community, security issues and to nominate new committers. \ No newline at end of file
