git commit message conventions

规范内容#

Pro Git中建议:提交信息中第一行为标题,不超过50个字符,后面跟一个空行,然后再写更详细的说明

外部参考资料#

在Linux Kernel的提交规范中规定了一些Message的用法,其中指出修改BUG应该用 Bugs: {bug_id} 的形式 https://www.kernel.org/doc/html/v4.11/process/submitting-patches.html 这个网站有一个完整的定义 https://www.conventionalcommits.org/en/v1.0.0/#specification https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project

comments powered by Disqus