- type: commit 的类型
- feat: 新特性
- fix: 修改问题
- refactor: 代码重构
- docs: 文档修改
- style: 代码格式修改, 注意不是 css 修改
- test: 测试用例修改
- chore: 其余修改, 好比构建流程, 依赖管理.
- scope: commit 影响的范围, 好比: route, component, utils, build...
- subject: commit 的概述, 建议符合 50/72 formatting
- body: commit 具体修改内容, 能够分为多行, 建议符合 50/72 formatting
- footer: 一些备注, 一般是 BREAKING CHANGE 或修复的 bug 的连接.