Skip to content
slang.fyi

pull request

/pʊl rɪˈkwɛst/

Very Common

A request to merge your code changes into a shared codebase, usually including review and discussion.

Often abbreviated PR. In some contexts used loosely to mean any proposed change or contribution, even outside software.

Real-world examples4 examples
#ExampleWhat it meansSource
01just opened the PR, can someone take a look?Asking teammates to review newly submitted code changes.reddit, 2023
02my first PR got merged!!Excited about a first accepted contribution.x, 2024
03this PR has been open for 3 months and nobody reviewed itFrustration with a stale, unreviewed pull request.reddit, 2022
04PR is up, 400 files changed, good luck reviewers lolSelf-deprecating about submitting an unusually large changeset.x, 2023

Use it when

  • Proposing code changes for review before merging.
  • Contributing to an open-source project.
  • Asking teammates to look at your work before it goes to production.

Do not use it when

  • You pushed directly to main without a review step.
  • You're talking about a commit, not a review request.Use “commit” instead.

Variations and related forms

PR

Abbreviation for pull request, used almost as often as the full term.

draft PR

A pull request marked as work-in-progress, not yet requesting review.

MR

Merge request, the GitLab equivalent of a pull request.

Origin and context

The term comes from git's concept of pulling changes from one branch into another. GitHub popularized 'pull request' as the UI and workflow name when it launched in 2008.

First seen
2008
Confidence
high

Cite this page

Use this stable URL to reference the entry.

https://slang.fyi/pull-request
Updated: 2026-08-28License: CC BY 4.0

Related slang