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
Not possible, but you can submit a second pull request to their branch, which would update the original pull request if they decide to merge it.