If you commit & push all your changes to the same branch, they can be merged in just 1 PR instead of 3.
Additionally, if you just push the changes from the other two PRs to the branch this PR is based on (patch-2), it will update the contents of this PR without needing to make a new one.
If you commit & push all your changes to the same branch, they can be merged in just 1 PR instead of 3. Additionally, if you just push the changes from the other two PRs to the branch this PR is based on (
patch-2
), it will update the contents of this PR without needing to make a new one.