pr-process
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePR Process
PR流程
Overview
概述
Follow the repo PR template and semantic commit conventions. Use squash merges.
遵循仓库的PR模板与语义化提交规范,使用squash合并方式。
Steps
步骤
- Commit with Conventional Commits.
- Fill .
.github/PULL_REQUEST_TEMPLATE.md - Create PR with .
gh pr create --body-file - Merge with squash, no branch delete.
- 按照Conventional Commits规范提交代码。
- 填写文件。
.github/PULL_REQUEST_TEMPLATE.md - 使用命令创建拉取请求。
gh pr create --body-file - 采用squash方式合并,不删除分支。
Resources
资源
- Reference:
references/pr-process.md - Helper:
scripts/pr-create.sh - Checklist:
assets/pr-checklist.md
- 参考文档:
references/pr-process.md - 辅助脚本:
scripts/pr-create.sh - 检查清单:
assets/pr-checklist.md