Skip to content

Commit 6f3fda9

Browse files
committed
Add links to @rust-highfive and @bors
1 parent 205ab0c commit 6f3fda9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ request); you can add [git hooks](https://git-scm.com/book/en/v2/Customizing-Git
132132
before every push to make sure you never forget to make this check.
133133

134134
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
136136
request.
137137

138138
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:
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
153153
been approved. The PR then enters the [merge queue][merge-queue], where @bors
154154
will 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

159161
Speaking of tests, Rust has a comprehensive test suite. More information about

0 commit comments

Comments
 (0)