Skip to content

Commit

Permalink
docs: fix type in contribute.md (#16022)
Browse files Browse the repository at this point in the history
Co-authored-by: jxbwhe <iswanghe@aliyun.com>
  • Loading branch information
jxbwhe and jxbwhe committed May 18, 2024
1 parent cb0b4fa commit 7b7a333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/zh/contribute/join/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)》。
Expand Down

0 comments on commit 7b7a333

Please sign in to comment.