このバージョンの GitHub Enterprise サーバーはこの日付をもって終了となります: 2026-08-25. 廃止されたリリースはサポートされていません。 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 GitHub Enterprise Server のパフォーマンスの向上、セキュリティの向上、新機能については、「アップグレード プロセスの概要を参照してください。 アップグレードに関するサポートについては、GitHub Enterprise Support にお問い合わせください。
pull request のドキュメント
pull request を使って、プロジェクトへの変更を提案し、自分のプロジェクトに対する変更提案を受け取り、マージの競合などの pull request での問題に対処する方法について説明します。
推奨
Pull requests
Propose, review, and merge code changes using pull requests to collaborate effectively and maintain code quality.
Branches
Use branches in GitHub to isolate development work, manage default branches, and collaborate effectively using pull requests and branch protections.
Creating a pull request
Create a pull request to propose changes to the code in a repository.
記事
About forks
Use forks to make changes in your own copy of a repository and propose them back to the original project.
About pull requests
Use pull requests to propose, discuss, and merge changes on GitHub.
Allowing changes to a pull request branch created from a fork
Enable collaboration by allowing repository maintainers to commit changes to pull request branches created from forks in your personal account.
Approving a pull request with required reviews
Approve pull requests with required reviews, including setting approval rules, reviewing changes, and submitting feedback before merging.
Automatically merging a pull request
Enable or disable auto-merge for pull requests to streamline your workflow and automatically merge changes once all requirements are met.
Branches
Use branches in GitHub to isolate development work, manage default branches, and collaborate effectively using pull requests and branch protections.
Changing a commit message
Amend unclear, incorrect, or sensitive commit messages locally and push updated commits to GitHub, including steps for editing recent or older commits.
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.
Changing the stage of a pull request
Mark a draft pull request as ready for review or convert an open pull request back to a draft to manage your workflow effectively.