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

git的commit提交规范 #28

Open
chenshenhai opened this issue Feb 18, 2018 · 0 comments
Open

git的commit提交规范 #28

chenshenhai opened this issue Feb 18, 2018 · 0 comments
Labels

Comments

@chenshenhai
Copy link
Owner

chenshenhai commented Feb 18, 2018

看了很多大神、大厂的github仓库提交记录和规范,总结一下几点commit规范

  • feat: 添加新功能
  • docs: 修改注释、文档
  • fix: 修复bug
  • style: 修改代码格式,例如代码lint处理等代码风格处理,不能影响原功能
  • refactor: 重构代码,不能影响原功能
  • perf: 提升性能
  • test: 测试用例增删改
  • chore: 工具操作,例如初始化脚本,启动脚本和代码校验脚本等等
  • deps: 依赖修改,例如升级、降级或锁死版本
@chenshenhai chenshenhai added git and removed other labels Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant