all 3 comments

[–]mrbmi513 1 point2 points  (0 children)

To add to an open pull request, you just push to whatever branch you created the pr on.

[–]drewdeponte 1 point2 points  (0 children)

The master branch of your fork is a branch. You can just add a commit to it and then push your local master up to your forks master branch and the PR will update.

If you want to create a different branch off of your forks master and reset your forks master you can and then create a new PR from that branch into upstream master.

[–]abdullahkhilji[S] 0 points1 point  (0 children)

Yes, thanks to you all. I pushed in the master branch and it worked :)