Intermediate
Software Engineering / SDLC / Agile
Q80 / 100
What is the purpose of a "pull request" (or merge request) workflow in collaborative software development?
Correct! Well done.
Incorrect.
The correct answer is A) A workflow where a developer proposes changes from a branch to be merged into another branch, allowing automated checks and peer review to happen before the changes are integrated, providing a gate for quality and discussion
A
Correct Answer
A workflow where a developer proposes changes from a branch to be merged into another branch, allowing automated checks and peer review to happen before the changes are integrated, providing a gate for quality and discussion
Explanation
Pull requests provide a structured checkpoint for code review, automated CI checks (tests, linting), and discussion before changes are merged, helping maintain code quality and shared understanding across the team.
Progress
80/100