You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2019/11/21 03:33:56 UTC

[dubbo-website] branch master updated: opt New contributor guide (#529)

This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


View the commit online:
https://github.com/apache/dubbo-website/commit/3c7f0f6cfc96526a2d77b64fa7fd2871b031e738

The following commit(s) were added to refs/heads/master by this push:
     new 3c7f0f6  opt New contributor guide (#529)
3c7f0f6 is described below

commit 3c7f0f6cfc96526a2d77b64fa7fd2871b031e738
Author: HiSEN <hi...@gmail.com>
AuthorDate: Thu Nov 21 11:33:49 2019 +0800

    opt New contributor guide (#529)
    
    * opt new-contributor-guide_dev
    
    * opt new-contributor-guide_dev
---
 .../en-us/developers/contributor-guide/new-contributor-guide_dev.md | 6 ++++--
 .../zh-cn/developers/contributor-guide/new-contributor-guide_dev.md | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/en-us/developers/contributor-guide/new-contributor-guide_dev.md b/docs/en-us/developers/contributor-guide/new-contributor-guide_dev.md
index 2609dd9..081c994 100644
--- a/docs/en-us/developers/contributor-guide/new-contributor-guide_dev.md
+++ b/docs/en-us/developers/contributor-guide/new-contributor-guide_dev.md
@@ -6,6 +6,8 @@ This is a guide for new comers who wants to contribute to Dubbo.
 
 The mailing list is the recommended way for discussing almost anything that related to Dubbo. Please refer to this [issue](https://github.com/apache/dubbo/issues/1393) for detailed documentation on how to subscribe.
 
+To subscribe to the following mailing list, please refer to [Mailing list subscription guide](/en-us/docs/developers/contributor-guide/mailing-list-subscription-guide_dev.html)
+
 * dev@dubbo.apache.org: the develop mailing list, you can ask question here if you have encountered any problem when using or developing Dubbo.
 * commits@dubbo.apache.org: all the commits will be sent to this mailing list. You can subscribe to it if you are interested in Dubbo's development.
 * issues@dubbo.apache.org: all the JIRA [issues](https://issues.apache.org/jira/projects/DUBBO/issues) and updates will be sent to this mailing list. The Dubbo community has decided to use github issues rather than JIRA issues, therefore it is expected that most of the issues will be tracked by github issues. The JIRA issues are used to track ASF related issues.
@@ -13,7 +15,7 @@ The mailing list is the recommended way for discussing almost anything that rela
 
 ### Reporting issue
 
-You can always reporting an issue to Dubbo via Github [Issues](https://github.com/apache/dubbo/issues). 
+You can always reporting an issue to Dubbo via Github [Issues](https://github.com/apache/dubbo/issues).
 
 If you are reporting bugs, please refer to the issue report [template](https://github.com/apache/dubbo/issues/new?template=dubbo-issue-report-template.md).
 
@@ -39,7 +41,7 @@ Please check the [CONTRIBUTING.md](https://github.com/apache/dubbo/blob/master/C
 
 ### Participate in the release vote
 
-Participate in the release vote is an important way to contribute to Dubbo. The Dubbo community welcomes everyone to partipate, you can check the release vote using this [check list](https://wiki.apache.org/incubator/IncubatorReleaseChecklist). 
+Participate in the release vote is an important way to contribute to Dubbo. The Dubbo community welcomes everyone to partipate, you can check the release vote using this [check list](https://wiki.apache.org/incubator/IncubatorReleaseChecklist).
 If you have any question regarding the check list, please feel free to ask on dev@dubbo.apache.org.
 
 
diff --git a/docs/zh-cn/developers/contributor-guide/new-contributor-guide_dev.md b/docs/zh-cn/developers/contributor-guide/new-contributor-guide_dev.md
index 7e79ab8..7e2a55c 100644
--- a/docs/zh-cn/developers/contributor-guide/new-contributor-guide_dev.md
+++ b/docs/zh-cn/developers/contributor-guide/new-contributor-guide_dev.md
@@ -6,6 +6,8 @@
 
 邮件列表是Dubbo官方推荐的讨论方式,所有与Dubbo相关的内容都可以在这里讨论,请点击 [issue](https://github.com/apache/dubbo/issues/1393) 了解更多关于邮件列表订阅的内容
 
+如需订阅如下邮件列表,请参考 [邮件列表订阅向导](/zh-cn/docs/developers/contributor-guide/mailing-list-subscription-guide_dev.html)
+
 * dev@dubbo.apache.org:开发邮件列表,您在使用或者开发Dubbo的过程中遇到的任何问题,都可以在这里进行提问。
 * commits@dubbo.apache.org:所有的提交内容都会推送到这个邮件列表,如果您对Dubbo的进展感兴趣,可以订阅这个邮件列表。
 * issues@dubbo.apache.org:所有的 JIRA [issues](https://issues.apache.org/jira/projects/DUBBO/issues) 和修改信息都会推送到这个邮件列表。Dubbo社区已经决定使用github issues代替JIRA issues,因此大部分issues将由github issues进行跟踪。JIRA issues用于跟踪ASF相关问题。