Re-request pull request reviews

When you updated your pull requests, you often need to re-request reviews to the reviewers. Check the “Reviewers” section to see if the “re-request” button is activated, and if so, click it to send the request again.

re-request.png

Permalink

If you need to add references to some line(s) of code in the repository, always use its permalink. This is pinned to the line(s) in a specific version of the repository, and never breaks so long as we maintain the repository in a usual manner. You can obtain the permalink from the menu on each line. Pressing Y key also transitions the current page into the corresponding permalink page.

permalink.png

Draft pull request

If your change is still work in progress but you need to create a pull request for some reason, mark the pull request as draft. This is useful for reviewers to know which pull requests are required to be reviewed immediately.

create_draft.png

If you have already created a pull request, you can also change the condition from the “Reviewers” pane.

convert_to_draft.png

Suggestion

If you realized a direct fix to a specific part of pull requests, use suggestion. This allows the pull request authors to apply the changes by only several clicks on the Web UI.

suggestion.png