Is it possible to amend a pull request that someone else has started?
Assume I maintain project X, and User A has sent me a pull request. There\'s some things I wan
Assuming you have read and write access to the user's github repository you can push to the branch that the pull request is coming from.
It's on the bottom of the pull request before the MERGE PULL REQUEST button.
You can add more commits to this pull request by pushing to the XXXXX branch on yyyy/zzzzz