Promptles
Git & Collaboration

Pull Request (PR)

beginner

Definition

A formal proposal that says 'I've finished some work on a side branch: please look at it and let me know if it can be merged into the main version.' It's where teammates leave comments, suggest changes, and finally give the green light to bring the work into the project.

In the wild

A developer finishes adding a dark mode to the app. He opens a pull request, and two teammates leave comments: one suggests a tweak to the colors, the other catches a small bug. Once everything is fixed and approved, the PR is merged and dark mode goes live.

More from Git & Collaboration