返回 Skill 列表
extension
分类: 开发与工程无需 API Key

git-commits

使用Conventional Commits格式的Git提交信息约定

person作者: jakexiaohubgithub

Git Commit Conventions

Use Conventional Commits format:

type(scope): description

Allowed types: feat, fix, docs, style, refactor, test, chore

Examples:

  • feat(auth): add OAuth login support
  • fix(api): fix user query returning null
  • docs(readme): update installation instructions