commit 规范参考 #126
palxiao
announced in
Announcements
commit 规范参考
#126
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
build:对构建系统或者外部依赖项进行了修改
docs:对文档进行了修改
feat:增加新的特征
fix:修复bug
pref:提高性能的代码更改
refactor:既不是修复bug也不是添加特征的代码重构
style:不影响代码含义的修改,比如空格、格式化、缺失的分号等
test:增加确实的测试或者矫正已存在的测试
Beta Was this translation helpful? Give feedback.
All reactions