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
132132before every push to make sure you never forget to make this check.
133133
134134All 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
136136request.
137137
138138If 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:
149149
150150 @bors: r+ 38fe8d2
151151
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
153153been approved. The PR then enters the [ merge queue] [ merge-queue ] , where @bors
154154will run all the tests on every platform we support. If it all works out,
155155@bors will merge your code into ` master ` and close the pull request.
156156
157+ [ rust-highfive ] : https://github.com/rust-highfive
158+ [ bors ] : https://github.com/bors
157159[ merge-queue ] : https://buildbot2.rust-lang.org/homu/queue/rust
158160
159161Speaking of tests, Rust has a comprehensive test suite. More information about
You can’t perform that action at this time.
0 commit comments