Loading...
Loading...
Compare original and translation side by side
./scripts/quality-gates.shgit status
git diff --statgit add -p # Interactive staging for atomic commits
# OR
git add <specific-files>git commitgit pull --rebasegit push./scripts/quality-gates.shgit status
git diff --statgit add -p # 交互式暂存,实现原子提交
# 或者
git add <specific-files>git commitgit pull --rebasegit pushtype(scope): Brief description (50 chars max)
- Why this change was necessary from user perspective
- What problem it solves or capability it enables
- Reference issue/ticket numbers if applicabletype(scope): 简短描述(最多50字符)
- 从用户角度说明此变更的必要性
- 说明解决的问题或实现的功能
- 如有需要,引用问题/工单编号| Type | Purpose |
|---|---|
| New user-facing feature |
| Bug fix resolving user issue |
| Documentation changes |
| Code restructure (no user-facing changes) |
| Performance improvement |
| Test additions/changes |
| Build/dependency updates |
| 类型 | 用途 |
|---|---|
| 新增面向用户的功能 |
| 修复用户相关的问题 |
| 文档变更 |
| 代码重构(无面向用户的变更) |
| 性能优化 |
| 测试用例新增/修改 |
| 构建/依赖更新 |
feat(search): Add filters to help users find documents faster
Users were spending too much time scrolling through results.
New filters reduce search time by 60% in user testing.
Fixes #123improved stufffeat(search): 添加筛选器帮助用户更快找到文档
用户此前需要花费大量时间滚动查看结果。
新筛选器在用户测试中将搜索时间缩短了60%。
修复 #123改进了一些内容git add -pgit add -p./scripts/check-doctests.sh
./scripts/check_performance_regression.sh./scripts/check-doctests.sh
./scripts/check_performance_regression.sh