Pull Request (PR)
A code review mechanism proposing changes for discussion before merging into main code.
Also known as: PR, Merge request
Category: Concepts
Tags: software, collaboration, processes
Explanation
A Pull Request (PR) is a development practice where proposed code changes are submitted for review and discussion before being merged into the main codebase. PRs enable code review, knowledge sharing, and quality control. They create documented decision points and learning opportunities. The PR mindset applies to knowledge work: rather than making changes in isolation, create checkpoints for review and reflection. Even personal PRs (reviewing your own work before finalizing) can improve quality.
Related Concepts
← Back to all concepts