This is an automated email from the ASF dual-hosted git repository.
wangtao29 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/master by this push:
new 6b495f98 refactor: add Conventional Commits specification (#539)
6b495f98 is described below
commit 6b495f9816032f171de2d95adb35a83c12b10271
Author: psxjoy <[email protected]>
AuthorDate: Thu Feb 6 11:09:09 2025 +0800
refactor: add Conventional Commits specification (#539)
---
CONTRIBUTING.md | 2 ++
CONTRIBUTING_CN.md | 2 ++
2 files changed, 4 insertions(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 131d2430..3005654f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -90,6 +90,8 @@ We emphasize high-quality commits, which includes:
* Commit Messages: Use clear and specific commit messages, such as `docs:
Update installation guide`
* Commit Content: Ensure each commit is complete and reviewable, and that it
is linked to your GitHub ID
+**Please ensure your PR titles and commit messages adhere to the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.**
+
### PR Descriptions
PRs are the main way to make changes to Apache OzHera(incubating). We
recommend using the [PR template](./.github/PULL_REQUEST_TEMPLATE.md) to
describe your changes.
diff --git a/CONTRIBUTING_CN.md b/CONTRIBUTING_CN.md
index 12e7852c..c7d058dd 100644
--- a/CONTRIBUTING_CN.md
+++ b/CONTRIBUTING_CN.md
@@ -90,6 +90,8 @@ Apache OzHera(incubating) 项目使用以下几种分支类型:
* 提交消息:请确保使用明确的提交信息,例如 `docs: update installation guide`
* 提交内容:提交应包含完整且可审查的内容,并与 GitHub ID 相关联
+**我们希望你能按照[这个网站](https://www.conventionalcommits.org/zh-hans/v1.0.0/)上的约定式提交规范,设置PR标题和提交日志**
+
### PR说明
PR 是更改 Apache OzHera(incubating) 项目文件的主要方式。我们建议使用 [PR
模板](./.github/PULL_REQUEST_TEMPLATE.md) 来描述更改内容。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]