diff options
author | bors-servo <servo-ops@mozilla.com> | 2020-06-04 23:10:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 23:10:47 -0400 |
commit | 7df4655b604683aee5763696589b041024b264ce (patch) | |
tree | 60d366c62cc3a1338f9a1a16aa68275df1e75ab0 | |
parent | 6963b72124277efeb4affb29ac4b5127e53eabbb (diff) | |
parent | e54c11a97baf9dc041e75750720fd42c79c2aa12 (diff) | |
download | servo-7df4655b604683aee5763696589b041024b264ce.tar.gz servo-7df4655b604683aee5763696589b041024b264ce.zip |
Auto merge of #26791 - camelid:patch-1, r=jdm
Replace IRC link with Matrix
<!-- Please describe your changes on the following line: -->
Replace the IRC link in `CONTRIBUTING.md` with a link to the Matrix room.
Same as servo/servo-starters#55.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors (only a docs change)
- [ ] `./mach test-tidy` does not report any errors (only a docs change)
- [ ] These changes fix #___ (GitHub issue number if applicable)
<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because this is only a docs change
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dde90ee1b58..c540cecb5e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,6 +51,6 @@ In all Servo-related forums, we follow the [Rust Code of Conduct](https://www.ru ## Communication -Servo contributors frequent the `#servo` channel on [`irc.mozilla.org`](https://wiki.mozilla.org/IRC). +Servo contributors frequent the [Servo room](https://chat.mozilla.org/#/room/#servo:mozilla.org) on [Mozilla Matrix](https://wiki.mozilla.org/Matrix). You can also join the [`dev-servo` mailing list](https://lists.mozilla.org/listinfo/dev-servo). |