This is an automated email from the ASF dual-hosted git repository.
jianbin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push:
new 63c048eca6 docs: add hyperlink to CONTRIBUTING.md and changes
directory in pull request template (#7571)
63c048eca6 is described below
commit 63c048eca69dc7fc9f17c8d619799745a579bb82
Author: KimSeungSu <[email protected]>
AuthorDate: Wed Aug 6 14:40:36 2025 +0900
docs: add hyperlink to CONTRIBUTING.md and changes directory in pull
request template (#7571)
---
.github/PULL_REQUEST_TEMPLATE.md | 3 ++-
changes/en-us/2.x.md | 2 ++
changes/zh-cn/2.x.md | 2 ++
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index a25badb438..9ee11f4c77 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -16,7 +16,8 @@
-->
<!-- Please make sure you have read and understood the contributing guidelines
-->
-- [ ] I have registered the PR [changes](../changes).
+- [ ] I have read the
[CONTRIBUTING.md](https://github.com/apache/incubator-seata/blob/2.x/CONTRIBUTING.md)
guidelines.
+- [ ] I have registered the PR
[changes](https://github.com/apache/incubator-seata/tree/2.x/changes).
### Ⅰ. Describe what this PR did
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 70250d5eb3..450b2fb421 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -55,6 +55,7 @@ Add changes here for all PR submitted to the 2.x branch.
### doc:
- [[#7531](https://github.com/seata/seata/pull/7531)] Optimize the Readme and
change documents
+- [[#7569](https://github.com/seata/seata/pull/7569)] Add hyperlink to
CONTRIBUTING.md in pull request template
Thanks to these contributors for their code commits. Please report an
unintended omission.
@@ -65,6 +66,7 @@ Thanks to these contributors for their code commits. Please
report an unintended
- [YvCeung](https://github.com/YvCeung)
- [xjlgod](https://github.com/xjlgod)
- [YongGoose](https://github.com/YongGoose)
+- [KoKimSS](https://github.com/KoKimSS)
Also, we receive many valuable issues, questions and advices from our
community. Thanks for you all.
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 46b5bd3042..c2537d284f 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -54,6 +54,7 @@
### doc:
- [[#7531](https://github.com/seata/seata/pull/7531)] 优化 Readme 和 change 文档
+- [[#7569](https://github.com/seata/seata/pull/7569)] 在拉取请求模板中添加
CONTRIBUTING.md 超链接
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
@@ -64,6 +65,7 @@
- [YvCeung](https://github.com/YvCeung)
- [xjlgod](https://github.com/xjlgod)
- [YongGoose](https://github.com/YongGoose)
+- [KoKimSS](https://github.com/KoKimSS)
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]