commit
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCreate a conventional commit message with the following body:
markdown
undefined创建符合规范的Git提交信息,模板如下:
markdown
undefinedIntent
提交意图
<!-- Describe the intent of the commit. What problem does it solve? What was the motivation to introduce this change? -->
<!-- 描述本次提交的意图。它解决了什么问题?做出此更改的动机是什么? -->
Key changes
主要变更
<!-- High level *conceptual* overview of the intended changes. Describe how the system behaves differently now. Do *not* list files -->
<!-- 对预期变更进行高层次的概念性概述。描述系统现在的行为有何不同。请勿列出文件 -->
Dependencies and side effects
依赖与副作用
<!-- only if applicable: Describe any effects this commit has on other parts of the system -->
undefined<!-- 仅在适用时填写:描述本次提交对系统其他部分产生的任何影响 -->
undefined