A pull request (PR) — utawa merge request — adalah permintaan kanggo nggabung owah-owahan saka siji cabang menyang cabang liya, nyediakake papan kanggo code review, diskusi, lan pamriksan otomatis sadurunge integrasi. PRs pusat kanggo pangembangan kolaboratif modern lan kualitas kode.
Apa iku 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.
