This is an automated email from the ASF dual-hosted git repository.
popduke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bifromq-sites.git
The following commit(s) were added to refs/heads/master by this push:
new 568a69d [Docs] Clarify mailing list (#20)
568a69d is described below
commit 568a69d157fb45af373be966b08e9563ce6c9ba9
Author: Gu Jiawei <[email protected]>
AuthorDate: Wed Jul 30 10:17:22 2025 +0800
[Docs] Clarify mailing list (#20)
---
src/pages/community.md | 41 ++++++++++++++++++++++++++++++++++++++---
1 file changed, 38 insertions(+), 3 deletions(-)
diff --git a/src/pages/community.md b/src/pages/community.md
index e7d3f73..f09d961 100644
--- a/src/pages/community.md
+++ b/src/pages/community.md
@@ -4,7 +4,42 @@ title: BifroMQ Community
# BifroMQ Community
-As an open-source project, BifroMQ warmly welcomes developers and enterprises
to actively participate in project development and enhancement. To facilitate
this, we have provided an abundance of resources such as documentation,
tutorials, Q&A, and code contributions on the BifroMQ official website
([https://bifromq.io/](https://bifromq.io/)) and the GitHub community platform
([https://github.com/apache/bifromq](https://github.com/apache/bifromq)).
+As an open-source project, BifroMQ warmly welcomes developers and enterprises
to actively participate in project development and enhancement. To facilitate
this, we have provided an abundance of resources such as documentation,
tutorials, Q&A, and code contributions on the [BifroMQ official
website](https://bifromq.apache.org/) and the [GitHub community
platform](https://github.com/apache/bifromq)
-Additionally, you can also join our <a
href="https://discord.gg/Pfs3QRadRB">Discord group</a>.
-<a href="https://discord.gg/Pfs3QRadRB"><img
src="https://img.shields.io/discord/1115542029531885599?logo=discord&logoColor=white"
alt="BifroMQ Discord server" /></a>
+Additionally, you can also join our [Discord
group](https://discord.gg/Pfs3QRadRB).
+
+# Mailing List
+
+## About the Mailing List
+
+The BifroMQ mailing lists are the primary channels for open, public
discussions within the community. Subscribing allows you to:
+
+* Stay informed about bug reports and feature requests
+* Participate in discussions about development plans and specific issues
+* Offer help to users who ask questions via email
+* Follow project updates and progress
+
+For reporting specific bugs or requesting new features, we recommend using
[GitHub Issues](https://github.com/apache/bifromq/issues).
+For broader technical discussions or proposals, please use [GitHub
Discussions](https://github.com/apache/bifromq/discussions), which is often a
more efficient way to collaborate.
+
+### Mailing List Types
+
+* **`[email protected]`** – Receives automated commit logs and code
changes.
+* **`[email protected]`** – Used for general development discussions,
proposals, questions, and community communication.
+
+## How to Subscribe
+
+To subscribe to a mailing list:
+
+1. Send an email to:
+
+ * `[email protected]` (for commit notifications)
+ * `[email protected]` (for development discussions)
+2. You will receive a confirmation email. Follow the instructions in that
email to complete your subscription.
+
+To unsubscribe, simply send an email to:
+
+* `[email protected]`
+* `[email protected]`
+
+---
\ No newline at end of file