Handle Review
Review comments mean your pull request is being taken seriously, not that something went wrong.
What you'll learn
Most pull requests get at least one round of feedback before merging. Responding to it is simple: make the requested changes on the same branch, then commit and push again. Your open pull request updates automatically, no need to open a new one.
Do this
- Read any review comments carefully. Ask questions in the thread if something's unclear.
- Make requested changes on the same branch you already pushed.
- Commit and push again.
Try it
If you get feedback, respond to it and push an update. If not, that's fine too. Just wait for a maintainer to take a look.
Check your work
Your pull request reflects the latest requested changes, and any review comments have a reply.