Skip to content
CoursesLog in
← Statistics glossary

pull request

Also called: PR, pull requests, PRs

A GitHub page that proposes merging one branch into another. It gathers the description, commits, changed files, automated checks and review discussion in one place.

A pull request (PR) is where a change is discussed before it becomes part of main. Its tabs are Conversation (description, comments, reviews, checks), Commits and Files changed (the diff). A PR has a state: open, draft, merged or closed. Most teams require at least one approving review and passing checks before the Merge pull request button can be used.

Learn it in the course