Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An integration manager will review your request within a few days, and often much faster. They will comment on your pull-request via the discussion or line nodesnotes. If they like what they see, they will merge your proposed changes into the correct branch(es). However, they may like to see additional changes, in which case they will describe in the pull-request discussion area (or in line notes) what they would like you to change. If you disagree, just use the discussion area. Otherwise, go back to your local topic branch for this issue, make the requested changes, commit them locally, and push them to same branch in your fork repository (using the same commands as before). As long as you are on the same branch (not simply named the same, but actually the same branch), GitHub will automatically update the pull-request with your additional commit(s) and notify the integration managers again. Once they are acceptable, the integration managers will merge your commits into the upstream repository.

...