mi-task/.commit-template
2025-08-21 15:29:20 +08:00

19 lines
727 B
Plaintext
Raw Permalink 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.

[Fix/New/Modify]: summary
JIRA-ID: N/A
commit message
# Line 1summary行格式为[提交类型]+[冒号]+[空格]+[简明该提交代码功能], 限制字符为80字符不能换行
# Line 2空行
# Line 3JIRA-ID (没有就填N/A)
# Line 4空行
# Line 5进版原因(commit message)
# Line 6空行
# Line 7: Change-Id行,git hooks会自动生成
# Line 8Singed-off信息
# 需要注意的事项有:
# (1) 用git commit -s指令来提交以自动生成Signed-off信息;
# (2) 提交类型只限FixBug修复New新功能Modify改进代码三种
# (3) commit message尽量写得详细交代清楚问题分析原因避免和summary行雷同支持中文。