Since you created the pull request, you will be notified when someone adds a comment or a review. Sometimes, the reviewer will ask you to make a change to the file you just created. Let's see how GitHub makes this easy.
To edit a pull request file, you will need to access the Files changed tab.
- Click in the top right corner of the diff.
- Click Edit file to edit the file using the GitHub file editor.
- Make changes to the file based on the comments from your reviewer or your personal perspective.
Once you have made some changes to your file, you will need to create a new commit.
- Scroll to the bottom of the page to find the Commit changes dialog box.
- Type a Commit message.
- Choose the option to Commit directly to your branch.
- Click Commit changes.
Go back to your Pull Request and make the edits requested by your collaborators.