iOS

提交规范

2022-12-13  本文已影响0人  奔跑吧小蚂蚁

提交规范

feat:
a new feature 一个新功能

fix:
a bug fix 问题修复

docs:
documentation only changes 文档修改

style:
Changes that do not affect the maning of the code (for
matting, missing semi-colons, etc ) 不影响代码含义的更改(空白,用于
抠图,缺少分号等)

refactor: A code change that neither fixes a bug nor adds a feature
重构: 既不修复bug也不添加特性的代码更改

perf: A code change that improves performance
改进性能的代码更改

上一篇 下一篇

猜你喜欢

热点阅读