- Fork the repo and create a focused branch.
- Keep each PR scoped to one problem.
- Update docs when behavior/config changes.
- Run local checks before PR:
npm run typecheck
npm run build- PR description should include:
- Motivation
- Key implementation points
- Risk/regression notes
- Validation steps
- Fork 仓库并创建聚焦分支。
- 一个 PR 只解决一个问题。
- 行为/配置变更要同步更新文档。
- 提交前执行:
npm run typecheck
npm run build- PR 描述请包含:
- 变更动机
- 关键实现
- 风险与回归点
- 验证步骤