SAP Spartacus 代码提交的git message规范
Start your commit message with lower case. We currently see a mix.
Avoid using the prefix fix or feat when this is an internal fix or feature. 注意pull request的描述還是用fix.
We like you to use other prefixes, such as chore, refactor, ci, testing as those will not be published on the release notes. These are considered details or “internal” fixes and do need to pile up(堆放,堆積) to the public release note section.
Always add a closed #123 or fixes #123 in the description of the commit message, so that a link to the context of the commit appears in the release notes.
Do not write a ticket number in the title of the commit message. This is causing duplicated links to the closing ticket, as it’s already provided in the commit description.
總結(jié)
以上是生活随笔為你收集整理的SAP Spartacus 代码提交的git message规范的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: VLAD算法浅析, BOF、FV比较
- 下一篇: 网站功能小Demo——图片文件上传