Process Flow - Code review in pull requests
Developer creates feature branch
Developer makes code changes
Developer pushes branch to remote
Developer opens Pull Request (PR)
Reviewers get notified
Reviewers read code, add comments
Developer addresses comments
Reviewers approve changes?
No→More changes needed
Yes
PR merged into main branch
Feature integrated and deployed
This flow shows how a developer creates a pull request, reviewers check the code, request changes if needed, and finally merge the approved code.