This is an automated email from the ASF dual-hosted git repository.
mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new 3d192ec6 add subscribe zh doc
3d192ec6 is described below
commit 3d192ec601100544c15645e68a4ccf3862391dab
Author: xwm1992 <[email protected]>
AuthorDate: Wed Feb 1 16:55:22 2023 +0800
add subscribe zh doc
---
.../current/02-how-to-subscribe.md | 54 ++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/02-how-to-subscribe.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/02-how-to-subscribe.md
new file mode 100644
index 00000000..79af38f2
--- /dev/null
+++
b/i18n/zh/docusaurus-plugin-content-docs-community/current/02-how-to-subscribe.md
@@ -0,0 +1,54 @@
+---
+title: How to Subscribe
+sidebar_position: 1
+---
+
+# 如何订阅
+
+Apache 为每个项目配置了一系列邮件列表。邮件列表是 Apache 社区中一种重要的交流方式。
+
+社区日常运维中的很多事情都是通过邮件列表来承载的,比如技术讨论、任何想法或建议、项目问答、新功能/特性/重大变更的决定和通知、版本发布投票等。只要是和项目相关的,都可以在这里发起讨论。
+
+只要订阅这个邮件列表,就可以第一时间了解EventMesh社区的最新动态,与社区保持同步。
+
+**EventMesh项目邮件列表**
+
+|名称|描述|订阅邮件|退订邮件|邮件归档|
+|:-----|:--------|:------|:-------|:-----|
+| [[email protected]](mailto:[email protected]) | 社区活动信息 |
[订阅](mailto:[email protected]) |
[退订](mailto:[email protected]) |
[归档](http://mail-archives.apache.org/mod_mbox/eventmesh-dev) |
+| [[email protected]](mailto:[email protected]) |
代码库更新信息 | [订阅](mailto:[email protected]) |
[退订](mailto:[email protected]) |
[归档](http://mail-archives.apache.org/mod_mbox/eventmesh-commits) |
+
+## 1. 订阅邮件列表
+
+**例如,订阅 [email protected] 邮件列表**
+
+步骤如下:
+
+ 1.发送一封没有任何内容和主题的邮件:`[email protected]`
+ 2.
等到收到一封主题为`确认订阅[email protected]`的邮件(如果长时间没有收到,请确认邮件是否被您的邮箱屏蔽,如果有未被屏蔽,长时间会收到回复,返回步骤1)
+ 3. 直接回复电子邮件,不更改主题行或添加电子邮件内容。
+ 4. 等到您收到一封主题为“WELCOME to [email protected]”的电子邮件。
+ 5. 如果您收到来自(4)的邮件,则您已成功订阅该邮件。要发起讨论,您可以直接发送电子邮件至
`[email protected]`,这将发送给订阅邮件列表的每个人。
+
+## 2.退订邮件列表
+
+退订邮件列表的步骤与订阅邮件列表的步骤类似:
+
+1.发送一封没有任何内容或主题的电子邮件:`[email protected]`
+2. 等到您收到一封主题为“确认从 [email protected] 取消订阅”的电子邮件
+3.直接回复邮件,无需更改主题行或添加邮件内容
+4. 等到您收到一封主题为“来自 [email protected] 的 GOODBYE”的电子邮件
+5.退订成功
+
+## 3. 相关问题
+
+>
EventMesh的issues地址[https://github.com/apache/eventmesh/issues](https://github.com/apache/eventmesh/issues)
+
+对于新的问题/想法,您可以通过\[new
issues\]创建一个新的issue,并尽可能详细地描述issue,以便社区成员跟进、讨论和解决。对于项目的任何问题,建议先创建issue进行记录和跟进,这样整个过程可以很好的保存和归档,方便后续用户检索。
+
+对于存在的问题,如果大家有兴趣,可以回复讨论,不限。对于任务/BUG类型的问题,有兴趣的可以关注或直接参与任务。非常欢迎社区伙伴为 EventMesh
贡献自己的力量。
+
+
+## 4.邮件使用
+
+邮件规范和使用技巧请参考[如何使用邮件列表](./how-to-use-email.md)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]