# 创建拉取请求

创建拉取请求、管理分支、使其保持同步，并请求对协作开发进行评审。

## Links

* [创建拉取请求](/zh/enterprise-server@3.20/pull-requests/how-tos/create-pull-requests/creating-a-pull-request)

  创建拉取请求以建议对存储库中的代码进行更改。

* [Creating a pull request from a fork](/zh/enterprise-server@3.20/pull-requests/how-tos/create-pull-requests/creating-a-pull-request-from-a-fork)

  Create a pull request from a fork to propose changes to an upstream repository and collaborate on code effectively.

* [更改拉取请求的阶段](/zh/enterprise-server@3.20/pull-requests/how-tos/create-pull-requests/changing-the-stage-of-a-pull-request)

  将草稿拉取请求标记为可供审查，或将处于打开状态的拉取请求重新转换为草稿，从而更有效地管理工作流程。

* [请求拉取请求审查](/zh/enterprise-server@3.20/pull-requests/how-tos/create-pull-requests/requesting-a-pull-request-review)

  向个人或团队请求对你的拉取请求进行评审，以确保获得全面的反馈和协作。

* [使拉取请求与基础分支保持同步](/zh/enterprise-server@3.20/pull-requests/how-tos/create-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch)

  将基础分支中的更改合并到拉取请求分支，以解决冲突并确保兼容性，然后再进行合并。

* [Changing the base branch of a pull request](/zh/enterprise-server@3.20/pull-requests/how-tos/create-pull-requests/changing-the-base-branch-of-a-pull-request)

  Modify the base branch of an open pull request to compare changes against a different branch and ensure accurate updates.