Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: add Conventional Commits specification #539

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) 来描述更改内容。
Expand Down
Loading