This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git
commit 83ccc93fb2e4b2bde19dde6651527692642cdb5a Author: Dianjin Wang <[email protected]> AuthorDate: Tue Dec 10 16:47:22 2024 +0800 Add new page for mailing list --- src/consts/community.tsx | 10 +++++++ src/pages/community/mailing-lists.md | 55 ++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) diff --git a/src/consts/community.tsx b/src/consts/community.tsx index 5ea09702..50eb3c1f 100644 --- a/src/consts/community.tsx +++ b/src/consts/community.tsx @@ -104,6 +104,16 @@ let COMMUNITY_PAGE: CommunityPageConfig = { href: "/contribute", }, }, + { + icon: <ShareNewIdeasIcon fill="#fff" />, + title: "Mailing Lists", + content: + "Learn how to participate in Apache Cloudberry's community through our mailing lists.", + link: { + text: "See how to participate", + href: "/community/mailing-lists", + }, + }, ], }, ], diff --git a/src/pages/community/mailing-lists.md b/src/pages/community/mailing-lists.md new file mode 100644 index 00000000..ecf4b1b5 --- /dev/null +++ b/src/pages/community/mailing-lists.md @@ -0,0 +1,55 @@ +--- +title: Mailing Lists +description: Learn how to participate in Apache Cloudberry's community through our mailing lists. +--- + +:::note + +You need to subscribe to a mailing list before you can post to it. + +::: + +Apache Cloudberry uses mailing lists for collaboration and communication within +its community. Whether you're interested in development, issue tracking, or +keeping up with updates, our mailing lists provide a way for you to stay +involved. + +## Dev Mailing List + +The `[email protected]` mailing list is the primary channel for +important discussions related to Apache Cloudberry, including feature proposals, +bug reports, documentation, releases, and more. + +- Subscribe to Dev mailing List established for this project: + - Send an email to + [[email protected]](mailto:[email protected]) + - Wait for a confirmation email + - Reply to confirm subscription +- Review the project's Dev mailing list archive: + [lists.apache.org](https://lists.apache.org/[email protected]) +- To Unsubscribe, send an email to: + [[email protected]](mailto:[email protected]) + +## Commits Mailing List + +The `[email protected]` mailing list tracks updates from the Apache +Cloudberry GitHub repositories, including commits, pull requests, and issues. + +- Subscribe to Commits mailing List: + - Send an email to + [[email protected]](mailto:[email protected]) + - Wait for a confirmation email + - Reply to confirm subscription +- Review the project's Commits mailing list archive: + [lists.apache.org](https://lists.apache.org/[email protected]) +- To Unsubscribe, send an email to: + [[email protected]](mailto:[email protected]) + +## Tips for Managing Your Subscriptions + +Apache Cloudberry is actively developed, so mailing lists can generate a high +volume of emails. Consider using email filters or labels to organize your inbox +and focus on topics you care about most. + +By participating in the mailing lists, you’re contributing to the growth and +success of Apache Cloudberry. We look forward to your involvement! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
