Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
Git提交规范
New to Visual Studio Code?
Get it now.
Git提交规范
Rakers
|
116 installs
|
(
1
)
|
Free
Git提交规范, Rakers自写工具
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
git-commit-vscode README
格式化git commit信息,方便自己项目也方便国际规范
演示图片
提交规范说明
类型
emoji
描述
feat
✨
引入新功能
fix
🐛
修复bug
docs
📝
添加/更新文档
style
💄
调整UI样式, 未修改代码逻辑
refactor
🎨
改进代码结构/代码格式
perf
👌
性能优化, 提高性能的代码更改
format
🥚
格式化代码
test
✅
添加或修改代码测试
chore
🔧
对构建流程或辅助工具和依赖库(如文档生成等)的更改
revert
🚑
回退代码
build
🚀
打包发布