This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
new 3424e59ad [Bug]fix dead link (#4041)
3424e59ad is described below
commit 3424e59ade08169287f50e0119ff15999742fddd
Author: GuoPhilipse <[email protected]>
AuthorDate: Thu Dec 22 09:54:55 2022 +0800
[Bug]fix dead link (#4041)
* fix dead link
* update active link
---
CONTRIBUTING.md | 2 +-
CONTRIBUTING_CN.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f5ed5970d..4292c2418 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -145,7 +145,7 @@ git push origin dev-fix dev-fix
- If you still don’t know how to initiate a PR to an open source project,
please refer to [About pull
requests](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests)
Whether it is a bug fix or a new feature development, please submit a PR to
the dev-* branch
-- PR and submission name follow the principle of `<type>(<scope>): <subject>`,
for details, please refer to [Commit message and Change log writing
guide](https://linkis.apache.org/community/development-specification/commit-message)
+- PR and submission name follow the principle of `<type>(<scope>): <subject>`,
for details, please refer to [Commit message and Change log writing
guide](https://linkis.apache.org/docs/1.3.1/development/development-specification/commit-message)
- If the PR contains new features, the document update should be included in
this PR
- If this PR is not ready to merge, please add [WIP] prefix to the head of the
name (WIP = work-in-progress)
- All submissions to dev-* branches need to go through at least one review
before they can be merged
diff --git a/CONTRIBUTING_CN.md b/CONTRIBUTING_CN.md
index a728e4ccc..25f9c06ca 100644
--- a/CONTRIBUTING_CN.md
+++ b/CONTRIBUTING_CN.md
@@ -139,7 +139,7 @@ git push origin dev-fix dev-fix
- 如果您还不知道怎样向开源项目发起 PR,请参考[About pull
requests](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests)
- 无论是 Bug 修复,还是新功能开发,请将 PR 提交到 dev-* 分支
-- PR 和提交名称遵循 `<type>(<scope>): <subject>` 原则,详情可以参考[Commit message 和 Change
log
编写指南](https://linkis.apache.org/zh-CN/community/development-specification/commit-message)
+- PR 和提交名称遵循 `<type>(<scope>): <subject>` 原则,详情可以参考[Commit message 和 Change
log
编写指南](https://linkis.apache.org/zh-CN/docs/1.3.1/development/development-specification/commit-message)
- 如果 PR 中包含新功能,理应将文档更新包含在本次 PR 中
- 如果本次 PR 尚未准备好合并,请在名称头部加上 [WIP] 前缀(WIP = work-in-progress)
- 所有提交到 dev-* 分支的提交至少需要经过一次 Review 才可以被合并
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]