Updated CONTRIBUTING file

Signed-off-by: Alan Jeffrey <asaj@asaj.org>
This commit is contained in:
Alan Jeffrey 2020-11-17 08:40:30 -06:00
parent 1d245e32ac
commit e9b656aa6b

View file

@ -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)