This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch asf-site
in repository
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 17f45a3 add subscribe mail-list guide (#70)
17f45a3 is described below
commit 17f45a30aec928e62ef6d2b9f0f69cf1bc65761e
Author: Wang Qilin <[email protected]>
AuthorDate: Tue Apr 24 17:28:00 2018 +0800
add subscribe mail-list guide (#70)
Signed-off-by: Wang Kirin <[email protected]>
---
_data/navigation.yml | 2 +
_developers/cn/developer-guide.md | 2 +-
_developers/cn/subscribe-mail-list.md | 67 ++++++++++++++++++++++++++++
assets/images/subscribe-mail-list-step1.png | Bin 0 -> 8831 bytes
assets/images/subscribe-mail-list-step2.png | Bin 0 -> 65335 bytes
assets/images/subscribe-mail-list-step3.png | Bin 0 -> 48503 bytes
assets/images/subscribe-mail-list-step4.png | Bin 0 -> 57022 bytes
7 files changed, 70 insertions(+), 1 deletion(-)
diff --git a/_data/navigation.yml b/_data/navigation.yml
index e33cc6a..8ec0d17 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -284,6 +284,8 @@ t:
url: /cn/developers/setup-develop-environment/
- title: "代码提交指南"
url: /cn/developers/submit-codes/
+ - title: "邮件列表订阅指南"
+ url: /cn/developers/subscribe-mail-list/
- title: "JIRA使用方法"
url: /cn/developers/use-jira/
- title: "设置代码仓库写权限"
diff --git a/_developers/cn/developer-guide.md
b/_developers/cn/developer-guide.md
old mode 100644
new mode 100755
index bd79818..17af31c
--- a/_developers/cn/developer-guide.md
+++ b/_developers/cn/developer-guide.md
@@ -21,4 +21,4 @@ last_modified_at: 2017-06-24T19:18:43+08:00
*
[开发环境准备](/cn/developers/setup-develop-environment/):主要介绍git,JDK,Maven以及IDE的安装及配置。
*
[代码提交指南](/cn/developers/submit-codes/):主要介绍功能特性需求及现有bug的获取途径,提交代码前的测试事宜,如何提交PR以及如何解决冲突等。
-同时,也欢迎您订阅[ServiceComb邮件列表](mailto:[email protected])了解
ServiceComb 项目的开发动态以及进行话题讨论。
+同时,也欢迎您订阅[ServiceComb邮件列表](mailto:[email protected])了解
ServiceComb
项目的开发动态以及进行话题讨论。订阅的方法可参阅[邮件列表订阅指南](/cn/developers/subscribe-mail-list/)。
diff --git a/_developers/cn/subscribe-mail-list.md
b/_developers/cn/subscribe-mail-list.md
new file mode 100755
index 0000000..967f1de
--- /dev/null
+++ b/_developers/cn/subscribe-mail-list.md
@@ -0,0 +1,67 @@
+---
+title: "如何订阅Apache ServiceComb (incubating) 的邮件列表"
+lang: cn
+ref: subscribe-mail-list
+permalink: /cn/developers/subscribe-mail-list/
+excerpt: "如何订阅Apache ServiceComb (incubating) 的邮件列表"
+last_modified_at: 2017-09-08T20:26:43-20:46
+---
+
+{% include toc %}
+
+
+## 0 前言
+
+ 邮件列表(Mail
List)是一个成熟开源社区的“枢纽”。通常来说,开源社区的提问与解答、技术讨论、事务决策等都通过邮件列表来承载。邮件列表异步、广播的特性,也非常适合开源社区的沟通交流。那么,如何订阅Apache
ServiceComb (incubating)的邮件列表呢?
+
+
+
+## STEP 1:发送订阅邮件
+
+打开自己的邮箱,新建邮件,向`[email protected]`发送一封邮件(邮件主题和内容任意)
+
+
+> {: .align-center}
+
+
+
+## STEP 2:接收来自[email protected]的确认邮件
+
+
执行完第一步之后,您将收到一封来自`[email protected]`的确认邮件,邮件内容如下图所示。(**如果长时间未能收到,请确认该邮件是否已被拦截,或已经被自动归入“订阅邮件”、“垃圾邮件”、“推广邮件”等文件夹**)
+
+
+> {: .align-center}
+
+
+
+## STEP 3: 回复确认邮件
+
+针对上一步接收到的邮件,
+
+**a.直接回复该邮件**
+
+***或***
+
+**b. 新建一封`收件人`为上一步中的`回复地址`的邮件**
+
+均可,内容主题不限
+
+> {: .align-center}
+
+
+
+## STEP 4:接收欢迎邮件
+
+ 完成第三步之后,将会受到一封标题为**WELCOME to
[email protected]**的欢迎邮件。至此,订阅邮件列表的工作已经完成了,社区的动态都会通过邮件的方式通知您。
+
+
+
+> {: .align-center}
+
+
+
+
+
+## STEP 5: 发起邮件讨论(可选)
+
+
成功订阅邮件列表后,若想发起讨论,直接往`[email protected]`发送邮件即可。所有订阅了邮件列表的人都会收到邮件。
\ No newline at end of file
diff --git a/assets/images/subscribe-mail-list-step1.png
b/assets/images/subscribe-mail-list-step1.png
new file mode 100755
index 0000000..766d663
Binary files /dev/null and b/assets/images/subscribe-mail-list-step1.png differ
diff --git a/assets/images/subscribe-mail-list-step2.png
b/assets/images/subscribe-mail-list-step2.png
new file mode 100755
index 0000000..4130d19
Binary files /dev/null and b/assets/images/subscribe-mail-list-step2.png differ
diff --git a/assets/images/subscribe-mail-list-step3.png
b/assets/images/subscribe-mail-list-step3.png
new file mode 100755
index 0000000..5634537
Binary files /dev/null and b/assets/images/subscribe-mail-list-step3.png differ
diff --git a/assets/images/subscribe-mail-list-step4.png
b/assets/images/subscribe-mail-list-step4.png
new file mode 100755
index 0000000..eb9a645
Binary files /dev/null and b/assets/images/subscribe-mail-list-step4.png differ
--
To stop receiving notification emails like this one, please contact
[email protected].