git commit type specification, feat/fix, etc.

Commonly used git commit submission types

type describe
feat new features
fix fix bug
docs Documentation
style Code format modification (blank/format/brackets, etc.), note: not css modification
refactor Refactoring
test Test related
build Compilation related modifications, modifications affecting the build
ci Modifications to CI configuration or scripts
chore Other modifications, such as auxiliary tools or dependent libraries
revert Version rollback
perf Performance optimization
improvement Improve

Guess you like

Origin blog.csdn.net/only_a_Heroic_car/article/details/132711504