@@ -383,7 +383,7 @@ automatically assign a reviewer to the PR. The reviewer is the person that will
383
383
approve the PR to be tested and merged. If you want a specific reviewer (e.g. a
384
384
team member you've been working with), you can specifically request them by
385
385
writing ` r? @user ` (e.g. ` r? @eddyb ` ) in either the original post or a followup
386
- comment.
386
+ comment (you can see [ this comment ] [ r? ] for example) .
387
387
388
388
Please note that the reviewers are humans, who for the most part work on ` rustc `
389
389
in their free time. This means that they can take some time to respond and review
@@ -399,15 +399,18 @@ The reviewer may request some changes using the GitHub code review interface.
399
399
They may also request special procedures (such as a [ crater] run; [ see
400
400
below] [ break ] ) for some PRs.
401
401
402
+ [ r? ] : https://github.com/rust-lang/rust/pull/78133#issuecomment-712692371
402
403
[ #t-release/triage ] : https://rust-lang.zulipchat.com/#narrow/stream/242269-t-release.2Ftriage
403
404
[ break ] : #breaking-changes
404
405
405
406
When the PR is ready to be merged, the reviewer will issue a command to
406
407
` @bors ` , the CI bot. Usually, this is ` @bors r+ ` or ` @bors r=user ` to approve
407
- a PR (there are few other commands, but they are less relevant here). This puts
408
- the PR in [ bors's queue] [ bors ] to be tested and merged. Be patient; this can take a
409
- while and the queue can sometimes be long. PRs are never merged by hand.
408
+ a PR (there are few other commands, but they are less relevant here).
409
+ You can see [ this comment] [ r+ ] for example. This puts the PR in [ bors's queue] [ bors ]
410
+ to be tested and merged. Be patient; this can take a while and the queue can
411
+ sometimes be long. PRs are never merged by hand.
410
412
413
+ [ r+ ] : https://github.com/rust-lang/rust/pull/78133#issuecomment-712726339
411
414
[ bors ] : https://bors.rust-lang.org/queue/rust
412
415
413
416
### Bug Fixes or "Normal" code changes
0 commit comments