You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2019/07/05 05:44:48 UTC

[dubbo-go] branch master updated: Mod: add contribution readme

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 14900d2  Mod: add contribution readme
     new b6bbe67  Merge branch 'master' of https://github.com/apache/dubbo-go
14900d2 is described below

commit 14900d2bd237be4df54a04ba0da649e5908bf33c
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Fri Jul 5 13:44:24 2019 +0800

    Mod: add contribution readme
---
 README.md    | 6 ++++++
 README_CN.md | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 1e97873..245b693 100644
--- a/README.md
+++ b/README.md
@@ -54,10 +54,16 @@ Todo List:
 
 You can know more about dubbo-go by its [roadmap](https://github.com/apache/dubbo-go/wiki/Roadmap).
 
+
+
 ## Quick Start
 
 The subdirectory examples shows how to use dubbo-go. Please read the [examples/README.md](https://github.com/apache/dubbo-go/blob/develop/examples/README.md) carefully to learn how to dispose the configuration and compile the program.
 
+## Contributing
+
+If you are willing to do some code contributions and document contributions to [Apache/dubbo-go](https://github.com/apache/dubbo-go), please visit [contribution intro](https://github.com/apache/dubbo-go/blob/master/cg.md).
+
 ## Benchmark
 
 Benchmark project please refer to [go-for-apache-dubbo-benchmark](https://github.com/dubbogo/go-for-apache-dubbo-benchmark)
diff --git a/README_CN.md b/README_CN.md
index eece857..a5502d1 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -58,6 +58,10 @@ Apache License, Version 2.0
 
 这个子目录下的例子展示了如何使用 dubbo-go 。请仔细阅读 [examples/README.md](https://github.com/apache/dubbo-go/blob/develop/examples/README.md) 学习如何处理配置并编译程序。
 
+## 如何贡献
+
+如果您愿意给 [Apache/dubbo-go](https://github.com/apache/dubbo-go) 贡献代码或者文档,我们都热烈欢迎。具体请参考 [contribution intro](https://github.com/apache/dubbo-go/blob/master/cg.md)。
+
 ## 性能测试 ##
 
 性能测试项目是 [go-for-apache-dubbo-benchmark](https://github.com/dubbogo/go-for-apache-dubbo-benchmark)