# pull request の作成

pull request を作成し、ブランチを管理し、同期を維持し、コラボレーション開発のレビューを要求します。

## Links

* [pull request の作成](/ja/enterprise-server@3.18/pull-requests/how-tos/create-pull-requests/creating-a-pull-request)

  リポジトリ内のコードに対する変更を提案するプル要求を作成します。

* [Creating a pull request from a fork](/ja/enterprise-server@3.18/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.

* [プルリクエストのステージの変更](/ja/enterprise-server@3.18/pull-requests/how-tos/create-pull-requests/changing-the-stage-of-a-pull-request)

  下書きプル要求をレビューの準備完了としてマークするか、開いている pull request を下書きに変換してワークフローを効果的に管理します。

* [プルリクエストレビューを依頼する](/ja/enterprise-server@3.18/pull-requests/how-tos/create-pull-requests/requesting-a-pull-request-review)

  個人またはチームからの pull request のレビューを要求して、フィードバックとコラボレーションを徹底します。

* [ベースブランチとプルリクエストを同期させ続ける](/ja/enterprise-server@3.18/pull-requests/how-tos/create-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch)

  マージする前に、競合を解決し、互換性を確保するために、ベース ブランチからの変更で pull request ブランチを更新します。

* [Changing the base branch of a pull request](/ja/enterprise-server@3.18/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.