-
Notifications
You must be signed in to change notification settings - Fork 7
Pull Requests
Yoom Lam edited this page Jul 13, 2022
·
16 revisions
Procedure for submitting and merging PRs (pull requests).
- Create a pull request
- try to limit to 300 lines of code changes; smaller logical chunks of code is better; https://blog.logrocket.com/using-stacked-pull-requests-in-github/
- https://opensource.com/article/18/6/anatomy-perfect-pull-request
- https://developers.google.com/blockly/guides/modify/contribute/write_a_good_pr
- Add reviewers or post in Slack channel #benefits-virtual-regional-office for anyone to review
- Add comments to your code under the "Files Changed" tab to explain complex logic or code
- Reviewers provide feedback, clearly marking blocking and non-blocking suggestions
- Address feedback and repeat review step until PR is approved
- Squash and merge PR, which will trigger Github-Actions#mirror among other things