DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Next, use the merge command to merge the code into the target branch. And make sure to include a "This closes #" message so that Apache's GitHub integration feature will close the PR. For example:
git merge -m "ThisCloses closes#<Pull <pullRequest request number" pr/<pull request number>Number>"
Perform a build and verify that it passes.
...