File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,12 @@ to review your request based on which files you changed.
7878
7979If you want to request that a specific person reviews your pull request, you
8080can add an ` r? ` to the pull request description or in a comment. For example,
81- [ Steve] [ steveklabnik ] usually reviews documentation changes. So if you were to
82- make a documentation change, add
81+ if you want to ask a review to @awesome-reviewer , add
8382
84- r? @steveklabnik
83+ r? @awesome-reviewer
8584
8685to the end of the pull request description, and [ @rust-highfive ] [ rust-highfive ] will assign
87- [ @ steveklabnik ] [ steveklabnik ] instead of a random person. This is entirely optional.
86+ them instead of a random person. This is entirely optional.
8887
8988You can also assign a random reviewer from a specific team by writing ` r? rust-lang/groupname ` .
9089So if you were making a diagnostics change, then you could get a reviewer from the diagnostics
@@ -135,7 +134,6 @@ speed the process up. Typically only small changes that are expected not to conf
135134with one another are marked as "always roll up".
136135
137136[ rust-highfive ] : https://github.com/rust-highfive
138- [ steveklabnik ] : https://github.com/steveklabnik
139137[ @bors ] : https://github.com/bors
140138[ merge-queue ] : https://bors.rust-lang.org/queue/rust
141139
You can’t perform that action at this time.
0 commit comments