This is an automated email from the ASF dual-hosted git repository.
kirs 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 e42e187 fix one contribute.md wrong Chinese word
new e4da670 Merge pull request #203 from Tianqi-Dotes/contribute.md-zh-fix
e42e187 is described below
commit e42e187d0df91c8db255ee37c03761b43c866b18
Author: Tq <[email protected]>
AuthorDate: Tue Oct 27 00:17:25 2020 +0800
fix one contribute.md wrong Chinese word
---
docs/zh-cn/development/contribute.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh-cn/development/contribute.md
b/docs/zh-cn/development/contribute.md
index 915bf57..ea47f5a 100644
--- a/docs/zh-cn/development/contribute.md
+++ b/docs/zh-cn/development/contribute.md
@@ -38,5 +38,5 @@
* 你应该新建一个分支来开始你的工作,分支的名字参考[参与贡献 Pull Request 需知](pull-request.md)。比如,你想完成
feature 功能并提交了 Issue 111,那么你的 branch 名字应为 feature-111。 功能名称可与导师讨论后确定。
* 完成后,发送一个 Pull Request 到
incubator-dolphinscheduler,提交过程具体请参考下面《[提交代码流程](submit-code.md)》。
-如果是想提交 Pull Request 完成某一个 Feature 或者修复某个
Bug,这里都建议大家从小处做起,完成一个小功能就提交一次,每次别改动太多文件,改动文件太多也会给 Reviewer 造成很大的心里压力,建议通过多次
Pull Request 的方式完成。
+如果是想提交 Pull Request 完成某一个 Feature 或者修复某个
Bug,这里都建议大家从小处做起,完成一个小功能就提交一次,每次别改动太多文件,改动文件太多也会给 Reviewer 造成很大的心理压力,建议通过多次
Pull Request 的方式完成。