Versions Compared

Key

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

...

At this point double check that the commit messages are in the proper format and that the PR contains no merge commits to keep linear git history. To make sure that GitHub automatically closes the PR, add “Fix #PR_ID” at the end of the last commit message.

Now if there are no conflicts and the tests are passing, you are ready to push the commits to the official Apache repository.

...