PR Merge Strategy
Noun · Open Source
Definitions
The policy a project uses for integrating pull requests, such as merge commits, squash merges, or rebases, and the reasoning behind when each is appropriate. Merge strategy affects history readability, bisectability, and contributor workflow.
In plain English: The rules a project uses for how reviewed pull requests get merged into the main codebase.
Example: "Their PR merge strategy preferred squash merges to keep the main branch history clean for release notes."