This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new b101ce2 Update contribute.md
b101ce2 is described below
commit b101ce2f2eb84f190b289a526a8a9b38232a688d
Author: dailidong <[email protected]>
AuthorDate: Wed Jul 8 18:09:05 2020 +0800
Update contribute.md
---
docs/zh-cn/development/contribute.md | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/docs/zh-cn/development/contribute.md
b/docs/zh-cn/development/contribute.md
index 751882b..f2efe06 100644
--- a/docs/zh-cn/development/contribute.md
+++ b/docs/zh-cn/development/contribute.md
@@ -1,6 +1,22 @@
## 贡献
-您可以提交一个bug,一个Feature建议或者直接提交改进。
+首先非常感谢大家选择和使用 DolphinScheduler,非常欢迎大家加入 DolphinScheduler 大家庭,融入开源世界!
+
+我们鼓励任何形式的参与社区,最终成为 Committer 或 PPMC,如:
+• 将遇到的问题通过 github 上
[issue](https://github.com/apache/incubator-dolphinscheduler/issues) 的形式反馈出来
+• 回答别人遇到的 issue 问题
+• 帮助完善文档
+• 帮助项目增加测试用例
+• 为代码添加注释
+• 提交修复 Bug 或者 Feature 的 PR
+• 发表应用案例实践、调度流程分析或者与调度相关的技术文章
+• 帮助推广 DolphinScheduler,参与技术大会或者meetup的分享等
+
+欢迎加入贡献的队伍,加入开源从提交第一个 PR 开始
+ - 比如添加代码注释或找到带有 ”easy to fix” 标记或一些非常简单的 issue(拼写错误等) 等等,先通过第一个简单的PR熟悉提交流程
+注:贡献不仅仅限于 PR 哈,对促进项目发展的都是贡献
+
+相信参与 DolphinScheduler,一定会让您从开源中受益!
### 1. 如何提交Bug