> 激活词: git / 提交 / commit / 分支
<type>[optional scope]: <description>
[optional body]
[optional footer]
| 类型 | 说明 | 示例 |
|---|---|---|
| ------ | ------ | ------ |
| feat | 新功? | feat(auth): add OAuth2 login |
| fix | 修复bug | fix(api): handle null response |
| docs | 文档更新 | docs: update README |
| style | 格式调整 | style: format code with black |
| refactor | 重构 | refactor(db): simplify queries |
| test | 测试 | test: add unit tests for User |
| chore | 杂项 | chore: update dependencies |
共 2 个版本