एक pull request (PR) — वा merge request — अर्को शाखामा परिवर्तनहरू merge गर्नको लागि एक अनुरोध हो, जसले code review, छलफल, र integration भन्दा पहिले स्वचालित जाँचहरूको लागि एक स्थान प्रदान गर्दछ। PRहरू आधुनिक सहयोगी विकास र कोड गुणस्तरको केन्द्रबिन्दु हुन्।
Pull request के हो
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.
