This is an automated email from the ASF dual-hosted git repository. yisheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push: new f2bab4f HDDS-4415. Add mail lists page on ozone website (#1) f2bab4f is described below commit f2bab4f44e0a683b3bece82d837774f5e23b7ecf Author: Huang-Mu Zheng <flirmn...@gmail.com> AuthorDate: Thu Nov 12 16:52:46 2020 +0800 HDDS-4415. Add mail lists page on ozone website (#1) --- content/community.md | 51 ++++++++++++++++++++++++++++++++++++++++++++ layouts/partials/header.html | 1 + 2 files changed, 52 insertions(+) diff --git a/content/community.md b/content/community.md new file mode 100644 index 0000000..22a00e2 --- /dev/null +++ b/content/community.md @@ -0,0 +1,51 @@ +--- +title: Ozone Community +--- + +## Ozone Mailing Lists + +### Developers + +If you’d like to contribute to Ozone, please subscribe to the Ozone developer mailing list. + +The Ozone developer mailing list is: d...@ozone.apache.org. + +* [Subscribe to List](mailto:dev-subscr...@ozone.apache.org) +* [Unsubscribe from List](mailto:dev-unsubscr...@ozone.apache.org) +* [Archives](https://mail-archives.apache.org/mod_mbox/ozone-dev/) + +### Commits + +If you’d like to see changes made in the Ozone version control system, please subscribe to the Ozone commits mailing list. + +The Ozone commits mailing list is: commits@ozone.apache.org. + +* [Subscribe to List](mailto:commits-subscr...@ozone.apache.org) +* [Unsubscribe from List](mailto:commits-unsubscr...@ozone.apache.org) +* [Archives](https://mail-archives.apache.org/mod_mbox/ozone-commits/) + +### Issues + +If you’d like to see changes made in the Ozone issue tracking system, please subscribe to the Ozone issues mailing list. + +The Ozone issues mailing list is: iss...@ozone.apache.org. + +* [Subscribe to List](mailto:issues-subscr...@ozone.apache.org) +* [Unsubscribe from List](mailto:issues-unsubscr...@ozone.apache.org) +* [Archives](https://mail-archives.apache.org/mod_mbox/ozone-issues/) + +### Older Archives + +Ozone was approved as a separate Apache project in Oct. 2020, and the previous mailing list archives can be found here. + +* [Developers](https://mail-archives.apache.org/mod_mbox/hadoop-ozone-dev/) +* [Commits](https://mail-archives.apache.org/mod_mbox/hadoop-ozone-commits/) +* [Issues](https://mail-archives.apache.org/mod_mbox/hadoop-ozone-issues/) + +## Ozone Slack + +If you would like to join the Ozone Slack Channel, please use this link to get self-invited https://s.apache.org/slack-invite and join the **#ozone** channel. + +## Ozone Community Calls + +Please refer to [this page](https://cwiki.apache.org/confluence/display/HADOOP/Ozone+Community+Calls) to get more information. diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 0473e46..26cca0d 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -75,6 +75,7 @@ <li><a href="faq">FAQ</a></li> <li><a href="downloads">Download</a></li> <li><a href="docs">Documentation</a></li> + <li><a href="community">Community</a></li> <li><a href="https://github.com/apache/hadoop-ozone">Source</a></li> <li><a href="https://cwiki.apache.org/confluence/display/HADOOP/Ozone+Contributor+Guide">Wiki</a></li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ozone.apache.org For additional commands, e-mail: commits-h...@ozone.apache.org