From e9b656aa6b0aa49ec6b1fd339b905ac215663de0 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Tue, 17 Nov 2020 08:40:30 -0600 Subject: [PATCH] Updated CONTRIBUTING file Signed-off-by: Alan Jeffrey --- CONTRIBUTING.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c540cecb5e2..9ce93e19168 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,6 +34,11 @@ on how to start working on Servo. - Commits should be as small as possible, while ensuring that each commit is correct independently (i.e., each commit should compile and pass tests). +- Commits should be accompanied by a Developer Certificate of Origin + (http://developercertificate.org) sign-off, which indicates that you (and + your employer if applicable) agree to be bound by the terms of the + [project license](LICENSE.md). In git, this is the `-s` option to `git commit` + - 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 [the Servo room](https://chat.mozilla.org/#/room/#servo:mozilla.org) on Mozilla's [Matrix](https://wiki.mozilla.org/Matrix) network. @@ -51,6 +56,31 @@ In all Servo-related forums, we follow the [Rust Code of Conduct](https://www.ru ## Communication -Servo contributors frequent the [Servo room](https://chat.mozilla.org/#/room/#servo:mozilla.org) on [Mozilla Matrix](https://wiki.mozilla.org/Matrix). +Servo contributors frequent the [Servo Zulip chat](https://servo.zulipchat.com/). You can also join the [`dev-servo` mailing list](https://lists.mozilla.org/listinfo/dev-servo). + +## Technical Steering Committee + +Technical oversight of the Servo Project is provided by the Technical Steering Committee, +comprised of: + +- [Alan Jeffrey](https://github.com/asajeffrey) +- [Anthony Ramine](https://github.com/nox) +- [Connor Brewster](https://github.com/cbrewster) +- [Cheng-You Bai](https://github.com/cybai) +- [Diane Hosfelt](https://github.com/avadacatavra) +- [Dzmitry Malyshau](https://github.com/kvark) +- [Emilio Cobos Álvarez](https://github.com/emilio) +- [Fernando Jiménez Moreno](https://github.com/ferjm) +- [Gregory Terzian](https://github.com/gterzian) +- [Jack Moffitt](https://github.com/metajack) +- [James Graham](https://github.com/jgraham) +- [Josh Matthews](https://github.com/jdm) +- [Keith Yeung](https://github.com/KiChjang) +- [Lars Bergstrom](https://github.com/larsbergstrom) +- [Manish Goregaokar](https://github.com/Manishearth) +- [Martin Robinson](https://github.com/mrobinson) +- [Patrick Walton](https://github.com/pcwalton) +- [Paul Rouget](https://github.com/paulrouget) +- [Simon Sapin](https://github.com/SimonSapin)