A collection of git commit message examples to make your project's commit history more readable.
Contribution / SuggestionChore (变更构建流程或辅助工具)
chore: init
初始化
chore: add xxx dep
添加 xxx 依赖
chore: remove xxx dep
删除 xxx 依赖
chore: update
更新
chore: update deps
更新依赖
chore: update example
更新示例
chore: update readme
更新 README
chore: update lockfile
更新 lock 文件
chore: fix eslint error
修复 eslint error
chore: remove debugger
移除 debugger
chore: format
格式化
chore: fix build script
修复打包脚本
Fix (修复 Bug)
fix: style writing error
风格书写错误
fix: break long words on overflow
在溢出时中断长词
fix: spell checker
拼写检查
Docs (修改文档)
docs: improve example
docs: 改进示例
docs: fix typo
错字修改
docs: update
更新文档
docs: rename example
重命名示例
Refactor (代码重构)
refactor: improve code readability
改进代码可读性
refactor: rename directory
重命名目录
refactor: optimize directory structure
优化目录结构
refactor: simplify logic
简化逻辑
Ci (更改持续集成软件的配置文件和 package 中的 scripts 命令)
ci: remove verify script
删除验证脚本