提交规范
提交信息
遵循 Conventional Commits:类型
示例
Pull Request
- 每个 PR 一个功能或修复
- 新功能需附测试
- 更新相关文档
- CI 通过后再请求 Review
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Git 提交信息与 PR 约定。
<type>(<scope>): <description>
| 类型 | 说明 |
|---|---|
feat | 新功能 |
fix | Bug 修复 |
refactor | 重构 |
docs | 文档变更 |
test | 测试增改 |
chore | 维护任务 |
perf | 性能优化 |
feat(memory): add knowledge graph visualization
fix(security): patch PII detection false positive
docs(api): update webhook payload examples