You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[create a pull request]: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request#creating-the-pull-request
124
135
125
136
## Asking for code review
126
137
127
-
If you had an active discussion with someone on how to implement your change,
128
-
you can `@` mention them in the PR description and ask for code review.
129
-
If you directly implemented the change without any guidance from anyone else,
130
-
`@` mention someone from GitHub's suggested reviewers. If GitHub doesn't
131
-
make any suggestions, ask the [Code Owner](https://github.com/apple/swift/blob/main/CODE_OWNERS.TXT) based on the
132
-
component for your change. Please ask someone though! We don't want you to get
133
-
stuck because you were not sure who to ask for code review.
134
-
135
-
At the beginning, contributors are not able to run the continuous integration
136
-
(CI) bot, which builds the project and runs tests. Please ask your code
137
-
reviewer(s) to invoke the bot for you.
138
+
Collaborators and code owners are automatically requested for review per the
139
+
[CODEOWNERS](/.github/CODEOWNERS) file. If no one is automatically requested for
140
+
review, @mention and ask a suggested person under **Reviewers** to review your
141
+
changes. If no reviewer suggestions are shown either, please
142
+
[message][contributor-experience] the Contributor Experience Workgroup on the
143
+
Swift forums to sort out review requests for you.
144
+
145
+
You are welcome to invite other people for review as well — say, someone you
146
+
had an active discussion with on how to implement your change.
147
+
Anyone with a GitHub account can review or comment on changes proposed to
148
+
this repository!
149
+
150
+
Contributors without
151
+
[write access](https://swift.org/contributing/#commit-access) are not able to
152
+
run the continuous integration (CI) bot, which builds the project and runs
153
+
tests. Please ask a code reviewer with write access to invoke the bot for you.
0 commit comments