This is an automated email from the ASF dual-hosted git repository. wangbo pushed a commit to branch wangbo-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 9b90fbbf1044997f80a76dfe483de84092fd0bab Author: wangbo <[email protected]> AuthorDate: Thu Feb 17 19:51:05 2022 +0800 Update commit-format-specification.md I want to add some key words for commit format --- docs/zh-CN/community/commit-format-specification.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/zh-CN/community/commit-format-specification.md b/docs/zh-CN/community/commit-format-specification.md index 224dedb..697fdcd 100644 --- a/docs/zh-CN/community/commit-format-specification.md +++ b/docs/zh-CN/community/commit-format-specification.md @@ -45,7 +45,7 @@ Commit 分为“标题”和“内容”。原则上标题全部小写。内容 * style:代码风格调整 * typo:代码或文档勘误 * refactor:代码重构(不涉及功能变动) - * performance:性能优化 + * performance/optimize:性能优化 * test:单元测试的添加或修复 * chore:构建工具的修改 * revert:回滚 @@ -77,6 +77,7 @@ Commit 分为“标题”和“内容”。原则上标题全部小写。内容 * log * cache * config + * vectorization 几点说明: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
