This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
noteDocs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
简写
master
SisMaker
4 years ago
parent
9652f35a41
commit
91f2f2a3cd
1 changed files
with
10 additions
and
10 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-10
代码规范/提交规范.md
+ 10
- 10
代码规范/提交规范.md
View File
@ -1,11 +1,11 @@
# Git/SVN提交代码规范
# Git/SVN提交代码规范
feat - 新功能 feature
fix - 修复 bug
docs - 文档注释
style - 代码格式(不影响代码运行的变动)
refactor - 重构、优化(既不增加新功能,也不是修复bug)
perf - 性能优化
test - 增加测试
chore - 构建过程或辅助工具的变动
revert - 回退
build - 打包
feat
ft
- 新功能 feature
fix
fx
- 修复 bug
docs
dc
- 文档注释
style
st
- 代码格式(不影响代码运行的变动)
refactor
rf
- 重构、优化(既不增加新功能,也不是修复bug)
perf
pf
- 性能优化
test
tt
- 增加测试
chore
cr
- 构建过程或辅助工具的变动
revert
rt
- 回退
build
bd
- 打包
Write
Preview
Loading…
Cancel
Save