commit
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseConventional Commit
Conventional Commit
Commit the current changes to the repository using the conventional commits format:
"$type${[(scope)]}{[!]}: $description"[]!Types: fix | feat | chore | docs | refactor | test | perf | build | ci | style | revert | $other
使用Conventional Commits格式将当前更改提交到仓库:
"$type${[(scope)]}{[!]}: $description"[]!类型:fix | feat | chore | docs | refactor | test | perf | build | ci | style | revert | $other
Rules
规则
- When committing, don't log about logging in the commit message.
- Limit the first commit message line length to 50 characters.
- Use conventional commits with a scope, title and body.
- Do NOT add new things to the CHANGELOG.md file.
- 提交时,不要在提交信息中提及日志相关内容。
- 提交信息的第一行长度限制为50个字符。
- 使用包含范围、标题和正文的Conventional Commits格式。
- 请勿向CHANGELOG.md文件中添加新内容。