From 0be611188dd10a7521b0afc3a8a45d7dc9f2b595 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 24 Feb 2020 12:44:41 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 58ef010c0b7..dde90ee1b58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ on how to start working on Servo. - If your patch is not getting reviewed or you need a specific person to review it, you can @-reply a reviewer asking for a review in the pull request or a - comment, or you can ask for a review in `#servo` on `irc.mozilla.org`. + comment, or you can ask for a review in [the Servo room](https://chat.mozilla.org/#/room/#servo:mozilla.org) on Mozilla's [Matrix](https://wiki.mozilla.org/Matrix) network. - Add tests relevant to the fixed bug or new feature. For a DOM change this will usually be a web platform test; for layout, a reftest. See our [testing