Pub_doc/git相关/提交模板/commit_template.txt
xu 36bc2e4fcf 【类 型】:docs
【主	题】:开发相关公共文档
【描	述】:
	[原因]:
	[过程]:
	[影响]:
【结	束】

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
2024-05-30 18:59:21 +08:00

19 lines
415 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

【类 型】:
【主 题】:
【描 述】:
[原因]
[过程]
[影响]
【结 束】
# 类型 包含:
# feat新功能feature
# fix修补bug
# docs文档documentation
# style 格式(不影响代码运行的变动)
# refactor重构即不是新增功能也不是修改bug的代码变动
# test增加测试
# chore构建过程或辅助工具的变动