Commit 规范
Aemeath Projects 使用 Conventional Commits 规范。
格式
<type>(<scope>): <subject>
[body]
[footer]Type 类型
| Type | 说明 |
|---|---|
feat | 新功能 |
fix | 修复 Bug |
docs | 文档更改 |
style | 代码风格(不影响代码运行) |
refactor | 重构 |
perf | 性能优化 |
test | 测试相关 |
chore | 构建/工具链更改 |
ci | CI 配置更改 |
示例
feat(napcat): add SseTransport support
feat(aemeath): add user authentication module
fix(bilibili): correct video info parsing error
docs(readme): update installation guide工具
所有仓库配置了 Commitlint + Husky,提交时自动检查格式。