Loading...
Loading...
Compare original and translation side by side
git diff --cachedgit commit -m "<message>"git diff --cachedgit commit -m "<message>"<type>[optional scope]: <description>
[optional body]
[optional footer(s)]<type>[可选范围]: <描述>
[可选正文]
[可选页脚]| Type | Purpose |
|---|---|
| New feature |
| Bug fix |
| Documentation only |
| Formatting, whitespace |
| Neither fix nor feature |
| Performance improvement |
| Adding or updating tests |
| Build system or dependencies |
| CI configuration |
| Maintenance tasks |
| 类型 | 用途 |
|---|---|
| 新功能 |
| Bug 修复 |
| 仅文档变更 |
| 格式调整、空白字符处理 |
| 既非修复也非新功能的代码重构 |
| 性能优化 |
| 添加或更新测试 |
| 构建系统或依赖项变更 |
| CI 配置变更 |
| 维护任务 |
feat(auth):fix(api):docs(readme):refactor(db):feat(auth):fix(api):docs(readme):refactor(db):docs: correct spelling of CHANGELOGfeat(lang): add Polish languagefeat!: send email to customer when product ships
BREAKING CHANGE: customers now receive emails by default.fix: prevent duplicate form submissions
Disables submit button after first click and adds
debounce to the handler.fix: resolve race condition in auth flow
Refs: #123
Reviewed-by: Alicedocs: correct spelling of CHANGELOGfeat(lang): add Polish languagefeat!: send email to customer when product ships
BREAKING CHANGE: customers now receive emails by default.fix: prevent duplicate form submissions
Disables submit button after first click and adds
debounce to the handler.fix: resolve race condition in auth flow
Refs: #123
Reviewed-by: Alice