✅ 请新增代码提交遵循 Conventional Commits 规范
📋要求:
type(scope): description
📋常用类型 (type):
feat:新增功能
fix:修复问题
docs:文档更新
style:格式调整
refactor:重构
⚠️注意:
- 请不要直接使用模糊描述(如
fix bug)
- scope 为可选,但 type 和 description 应明确
可参考:https://www.conventionalcommits.org
可使用 Commitizen 或 Conventional Commits 等工具辅助提交
⚠️注:未规范提交可能导致 PR 被拒绝
See https://github.com/OpenListTeam/OpenList/blob/main/CONTRIBUTING.md#type
✅ 请新增代码提交遵循 Conventional Commits 规范
📋要求:
type(scope): description📋常用类型 (type):
feat:新增功能fix:修复问题docs:文档更新style:格式调整refactor:重构fix bug)可参考:https://www.conventionalcommits.org
可使用 Commitizen 或 Conventional Commits 等工具辅助提交
See https://github.com/OpenListTeam/OpenList/blob/main/CONTRIBUTING.md#type