PRs
When a PR is created on GitHub in a forked codebase and that fork allows edits from the main repos maintainers, these are the steps to make changes to that forked branch, which will add the updates to the existing PR.
In the main repo directory, fetch the branch from the remote fork:
Example
Make changes to the branch and commit them to the branch
Push the changes back to the remote
Example
Then go back to GitHub and review the PR there
Last updated