File tree 1 file changed +3
-5
lines changed
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.
78
78
79
79
If you want to request that a specific person reviews your pull request, you
80
80
can 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
83
82
84
- r? @steveklabnik
83
+ r? @awesome-reviewer
85
84
86
85
to 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.
88
87
89
88
You can also assign a random reviewer from a specific team by writing ` r? rust-lang/groupname ` .
90
89
So 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
135
134
with one another are marked as "always roll up".
136
135
137
136
[ rust-highfive ] : https://github.com/rust-highfive
138
- [ steveklabnik ] : https://github.com/steveklabnik
139
137
[ @bors ] : https://github.com/bors
140
138
[ merge-queue ] : https://bors.rust-lang.org/queue/rust
141
139
You can’t perform that action at this time.
0 commit comments