File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ request); you can add [git hooks](https://git-scm.com/book/en/v2/Customizing-Git
132
132
before every push to make sure you never forget to make this check.
133
133
134
134
All pull requests are reviewed by another person. We have a bot,
135
- @rust-highfive , that will automatically assign a random person to review your
135
+ [ @rust-highfive ] [ rust-highfive ] , that will automatically assign a random person to review your
136
136
request.
137
137
138
138
If you want to request that a specific person reviews your pull request,
@@ -149,11 +149,13 @@ on the pull request with an `r+`. It will look something like this:
149
149
150
150
@bors: r+ 38fe8d2
151
151
152
- This tells @bors , our lovable integration bot, that your pull request has
152
+ This tells [ @bors ] [ bors ] , our lovable integration bot, that your pull request has
153
153
been approved. The PR then enters the [ merge queue] [ merge-queue ] , where @bors
154
154
will run all the tests on every platform we support. If it all works out,
155
155
@bors will merge your code into ` master ` and close the pull request.
156
156
157
+ [ rust-highfive ] : https://github.com/rust-highfive
158
+ [ bors ] : https://github.com/bors
157
159
[ merge-queue ] : https://buildbot2.rust-lang.org/homu/queue/rust
158
160
159
161
Speaking of tests, Rust has a comprehensive test suite. More information about
You can’t perform that action at this time.
0 commit comments