From c59b347c6243c8ae7a38b9bcaa1504734a17eacc Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 28 Feb 2020 10:07:27 -0800 Subject: [PATCH] Mention CoC in the community section --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 142b9c53..08570241 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,9 @@ If you're on the Mozilla Matrix server, you can search for Pathfinder to find it information on connecting to the Matrix network, see [this `wiki.mozilla.org` page](https://wiki.mozilla.org/Matrix). +The entire Pathfinder community, including the chat room and GitHub project, is expected to abide +by the same Code of Conduct that the Rust project itself follows. + ## Build status [![Build Status](https://travis-ci.org/servo/pathfinder.svg?branch=master)](https://travis-ci.org/servo/pathfinder) @@ -94,8 +97,6 @@ community. The logo was designed by Jay Vining. -Contributors to Pathfinder are expected to abide by the same Code of Conduct as Rust itself. - ## License Pathfinder is licensed under the same terms as Rust itself. See `LICENSE-APACHE` and `LICENSE-MIT`.