pr-process

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

PR Process

PR流程

Overview

概述

Follow the repo PR template and semantic commit conventions. Use squash merges.
遵循仓库的PR模板与语义化提交规范,使用squash合并方式。

Steps

步骤

  1. Commit with Conventional Commits.
  2. Fill
    .github/PULL_REQUEST_TEMPLATE.md
    .
  3. Create PR with
    gh pr create --body-file
    .
  4. Merge with squash, no branch delete.
  1. 按照Conventional Commits规范提交代码。
  2. 填写
    .github/PULL_REQUEST_TEMPLATE.md
    文件。
  3. 使用
    gh pr create --body-file
    命令创建拉取请求。
  4. 采用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