Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/HowToGuides/FirstPullRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,13 @@ show a helpful "Compare & Pull Request" button.

## Asking for code review

Collaborators and code owners are automatically requested for review per the
[CODEOWNERS](/.github/CODEOWNERS) file. If no one is automatically requested for
review, @mention and ask a suggested person under **Reviewers** to review your
changes. If no reviewer suggestions are shown either, please
[message][contributor-experience] the Contributor Experience Workgroup on the
Swift forums to sort out review requests for you.
Reviews are automatically requested from collaborators and code owners per the
[CODEOWNERS](/.github/CODEOWNERS) file upon opening a non-draft pull request.
If this doesn't happen, @mention and ask a suggested person under **Reviewers**
to review your changes in a comment. If no suggestions are shown either, please
@mention and ask a
[Contributor Experience Workgroup](https://www.swift.org/contributor-experience-workgroup/#membership)
member to sort out review requests for you.

You are welcome to invite other people for review as well — say, someone you
had an active discussion with on how to implement your change.
Expand Down