Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git Commit 规范 #3

Open
jimdeng92 opened this issue Aug 8, 2022 · 0 comments
Open

Git Commit 规范 #3

jimdeng92 opened this issue Aug 8, 2022 · 0 comments
Labels

Comments

@jimdeng92
Copy link
Owner

jimdeng92 commented Aug 8, 2022

  • ci: ci 配置文件和脚本的变动;
  • chore: 构建系统或辅助工具的变动;
  • fix: 代码 BUG 修复;
  • feat: 新功能;
  • perf: 性能优化和提升;
  • refactor: 仅仅是代码变动,既不是修复 BUG 也不是引入新功能;
  • style: 代码格式调整,可能是空格、分号、缩进等等;
  • docs: 文档变动;
  • test: 补充缺失的测试用例或者修正现有的测试用例;
  • revert: 回滚操作;
@jimdeng92 jimdeng92 added the Git label Aug 8, 2022
@jimdeng92 jimdeng92 pinned this issue Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant