WillemJiang closed pull request #70: add subscribe mail-list guide URL: https://github.com/apache/incubator-servicecomb-website/pull/70
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): 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:dev-subscr...@servicecomb.incubator.apache.org)了解 ServiceComb 项目的开发动态以及进行话题讨论。 +同时,也欢迎您订阅[ServiceComb邮件列表](mailto:dev-subscr...@servicecomb.incubator.apache.org)了解 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:发送订阅邮件 + +打开自己的邮箱,新建邮件,向`dev-subscr...@servicecomb.apache.org`发送一封邮件(邮件主题和内容任意) + + +> {: .align-center} + + + +## STEP 2:接收来自dev-h...@servicecomb.apache.org的确认邮件 + + 执行完第一步之后,您将收到一封来自`dev-h...@servicecomb.apache.org`的确认邮件,邮件内容如下图所示。(**如果长时间未能收到,请确认该邮件是否已被拦截,或已经被自动归入“订阅邮件”、“垃圾邮件”、“推广邮件”等文件夹**) + + +> {: .align-center} + + + +## STEP 3: 回复确认邮件 + +针对上一步接收到的邮件, + +**a.直接回复该邮件** + +***或*** + +**b. 新建一封`收件人`为上一步中的`回复地址`的邮件** + +均可,内容主题不限 + +> {: .align-center} + + + +## STEP 4:接收欢迎邮件 + + 完成第三步之后,将会受到一封标题为**WELCOME to dev@servicecomb.apache.org**的欢迎邮件。至此,订阅邮件列表的工作已经完成了,社区的动态都会通过邮件的方式通知您。 + + + +> {: .align-center} + + + + + +## STEP 5: 发起邮件讨论(可选) + + 成功订阅邮件列表后,若想发起讨论,直接往`dev@servicecomb.apache.org`发送邮件即可。所有订阅了邮件列表的人都会收到邮件。 \ 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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services