A pull request (PR) — અથવા merge request — એક શાખાથી બીજી શાખામાં ફેરફારોને મર્જ કરવાની વિનંતી છે, જે code review, ચર્ચા અને ઇંટીગ્રેશન પહેલાં સ્વચાલિત તપાસ માટે એક જગ્યા પ્રદાન કરે છે. PRs આધુનિક સહયોગી વિકાસ અને કોડ ગુણવત્તાના કેન્દ્રમાં છે.
પુલ રિક્વેસ્ટ શું છે
A PR proposes merging a branch (e.g. a feature) into another (e.g. main):
→ shows the DIFF (what changed), a description, and discussion
→ reviewers comment, request changes, or approve
→ CI runs automated checks (tests, linting, builds) on the PR
→ once approved + checks pass → MERGE into the target branch
→ It's a gate and collaboration point before code is integrated.
