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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae6ecfd  Updated New contributor guide (markdown)
ae6ecfd is described below

commit ae6ecfda63f13fe1ed24f0fd6c1d158a2f153139
Author: Xin Wang <xin.victorw...@gmail.com>
AuthorDate: Mon Nov 19 22:36:47 2018 +0800

    Updated New contributor guide (markdown)
---
 New-contributor-guide.md | 33 +--------------------------------
 1 file changed, 1 insertion(+), 32 deletions(-)

diff --git a/New-contributor-guide.md b/New-contributor-guide.md
index f49593c..f291f9a 100644
--- a/New-contributor-guide.md
+++ b/New-contributor-guide.md
@@ -1,32 +1 @@
-This is a guide for new comers who wants to contribute to Dubbo.
-
-### Subscribe to the mailing list
-
-The mailing list is the recommended way for discussing almost anything that 
related to Dubbo. Please refer to this 
[issue](https://github.com/apache/incubator-dubbo/issues/1393) for detailed 
documentation on how to subscribe.
-
-* d...@dubbo.incubator.apache.org: the develop mailing list, you can ask 
question here if you have encountered any problem when using or developing 
Dubbo.
-* comm...@dubbo.incubator.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.
-* iss...@dubbo.incubator.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.
-
-
-### Reporting issue
-
-### Sending pull request
-
-* Follow the checklist in the [pull request 
template](https://github.com/apache/incubator-dubbo/blob/master/PULL_REQUEST_TEMPLATE.md)
-* Before you sending out the pull request, please sync your forked repository 
with remote repository, this will make your pull request simple and clear. See 
guide below:
-
-```sh
-git remote add upstream g...@github.com:apache/incubator-dubbo.git
-git fetch upstream
-git rebase upstream/master
-git checkout -b your_awesome_patch
-... add some work
-git push origin your_awesome_patch
-```
-
-
-### Code convention
-
-Please check the 
[CONTRIBUTING.md](https://github.com/apache/incubator-dubbo/blob/master/CONTRIBUTING.md)
 for code convention.
-
+ New contributor guide is moved to 
http://dubbo.apache.org/en-us/docs/developers/contributor-guide/new-contributor-guide_dev.html
\ No newline at end of file

Reply via email to