This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 7b7a33337f docs: fix type in contribute.md (#16022)
7b7a33337f is described below
commit 7b7a33337f6d74a4919ad865063b5e3b377e67d3
Author: jiabei <[email protected]>
AuthorDate: Sat May 18 21:34:08 2024 +0800
docs: fix type in contribute.md (#16022)
Co-authored-by: jxbwhe <[email protected]>
---
docs/docs/zh/contribute/join/contribute.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/zh/contribute/join/contribute.md
b/docs/docs/zh/contribute/join/contribute.md
index fb74d24d6d..69917c76bd 100644
--- a/docs/docs/zh/contribute/join/contribute.md
+++ b/docs/docs/zh/contribute/join/contribute.md
@@ -32,7 +32,7 @@
如果你想实现某个 Feature 或者修复某个 Bug。请参考以下内容:
* 所有的 Bug 与新 Feature 建议使用 Issues Page 进行管理。
-* 如果想要开发实现某个 Feature 功能,请先回复该功能所关联的 Issue,表明你当前正在这个 Issue 上工作。 并在回复的时候为自己设置一个
**deadline**,并添加的回复内容中。
+* 如果想要开发实现某个 Feature 功能,请先回复该功能所关联的 Issue,表明你当前正在这个 Issue 上工作。 并在回复的时候为自己设置一个
**deadline**,并添加到回复内容中。
* 最好在核心贡献者找到一个导师(指导者),导师会在设计与功能实现上给予即时的反馈。
* 你应该新建一个分支来开始你的工作,分支的名字参考[参与贡献 Pull Request 需知](./pull-request.md)。比如,你想完成
feature 功能并提交了 Issue 111,那么你的 branch 名字应为 feature-111。 功能名称可与导师讨论后确定。
* 完成后,发送一个 Pull Request 到
dolphinscheduler,提交过程具体请参考下面《[提交代码流程](./submit-code.md)》。