|
| 1 | +# The list of teams and peoples is shared among different languages, |
| 2 | +# but the team names and their descriptions can be localized. |
| 3 | +# Copy the following to each language's `team.md` and uncomment it to start translating: |
| 4 | +# |
| 5 | +# localized-teams: |
| 6 | +# Core team: |
| 7 | +# name: "A localized name of the Core team" |
| 8 | +# responsibility: "A localized text for the responsibility of the Core team" |
| 9 | +# # and so on, see below for the full list |
| 10 | +# |
| 11 | +# localized-ex-teams: |
| 12 | +# core: "A localized *short* name of the Core team" |
| 13 | +# lang: "Same for the Language design team" |
| 14 | +# libs: "Same for the Library team" |
| 15 | +# |
| 16 | +# Any untranslated text (either missing or invalidated via updates) will remain in English. |
| 17 | +# Please note that link anchors always use English names, like `#Core-team`. |
| 18 | + |
| 19 | +# map from GH username to name & irc nick (irc nick can be omitted if it |
| 20 | +# matches GH). |
| 21 | +people: |
| 22 | + aatch: |
| 23 | + name: James Miller |
| 24 | + arielb1: |
| 25 | + name: Ariel Ben-Yehuda |
| 26 | + alexcrichton: |
| 27 | + name: Alex Crichton |
| 28 | + irc: acrichto |
| 29 | + aturon: |
| 30 | + name: Aaron Turon |
| 31 | + badboy: |
| 32 | + name: Jan-Erik Rediger |
| 33 | + bkoropoff: |
| 34 | + name: Brian Koropoff |
| 35 | + booyaa: |
| 36 | + name: Mark Sta Ana |
| 37 | + brson: |
| 38 | + name: Brian Anderson |
| 39 | + bstrie: |
| 40 | + name: Ben Striegel |
| 41 | + BurntSushi: |
| 42 | + name: Andrew Gallant |
| 43 | + irc: burntsushi |
| 44 | + carols10cents: |
| 45 | + name: Carol Nichols |
| 46 | + dotdash: |
| 47 | + name: Björn Steinbrink |
| 48 | + irc: doener |
| 49 | + eddyb: |
| 50 | + name: Eduard Burtescu |
| 51 | + edunham: |
| 52 | + name: Emily Dunham |
| 53 | + erickt: |
| 54 | + name: Erick Tryzelaar |
| 55 | + Gankro: |
| 56 | + name: Alexis Beingessner |
| 57 | + ex-teams: ["libs"] |
| 58 | + huonw: |
| 59 | + name: Huon Wilson |
| 60 | + irc: huon |
| 61 | + ex-teams: ["core", "lang", "libs"] |
| 62 | + GuillaumeGomez: |
| 63 | + name: Guillaume Gomez |
| 64 | + irc: imperio |
| 65 | + japaric: |
| 66 | + name: Jorge Aparicio |
| 67 | + johannhof: |
| 68 | + name: Johann Hofmann |
| 69 | + jonathandturner: |
| 70 | + name: Jonathan Turner |
| 71 | + irc: jntrnr |
| 72 | + joshtriplett: |
| 73 | + name: Josh Triplett |
| 74 | + irc: JoshTriplett |
| 75 | + jseyfried: |
| 76 | + name: Jeffrey Seyfried |
| 77 | + irc: jseyfried |
| 78 | + Kimundi: |
| 79 | + name: Marvin Löbel |
| 80 | + irc: kimundi |
| 81 | + manishearth: |
| 82 | + name: Manish Goregaokar |
| 83 | + irc: Manishearth |
| 84 | + mbrubeck: |
| 85 | + name: Matt Brubeck |
| 86 | + michaelwoerister: |
| 87 | + name: Michael Woerister |
| 88 | + irc: mw |
| 89 | + niconii: |
| 90 | + name: Nicolette Verlinden |
| 91 | + irc: niconii |
| 92 | + nikomatsakis: |
| 93 | + name: Niko Matsakis |
| 94 | + irc: nmatsakis |
| 95 | + nrc: |
| 96 | + name: Nick Cameron |
| 97 | + pcwalton: |
| 98 | + name: Patrick Walton |
| 99 | + peschkaj: |
| 100 | + name: Jeremiah Peschka |
| 101 | + irc: peschkaj |
| 102 | + pnkfelix: |
| 103 | + name: Felix Klock |
| 104 | + sfackler: |
| 105 | + name: Steven Fackler |
| 106 | + skade: |
| 107 | + name: Florian Gilcher |
| 108 | + solson: |
| 109 | + name: Scott Olson |
| 110 | + irc: scott |
| 111 | + steveklabnik: |
| 112 | + name: Steve Klabnik |
| 113 | + vadimcn: |
| 114 | + name: Vadim Chugunov |
| 115 | + ubsan: |
| 116 | + name: Nicole Mazzuca |
| 117 | + withoutboats: |
| 118 | + name: Without Boats |
| 119 | + wycats: |
| 120 | + name: Yehuda Katz |
| 121 | + |
| 122 | +# Information about each team. Omit `lead` for teams without leaders. |
| 123 | +# |
| 124 | +# Note: Both the name and responsibility can be overriden by the localized text. |
| 125 | +# Please invalidate respective localized texts if you change any of them. |
| 126 | +teams: |
| 127 | + - name: Core team |
| 128 | + responsibility: "overall direction of the project, subteam leadership, cross-cutting concerns" |
| 129 | + members: [brson, alexcrichton, wycats, steveklabnik, nikomatsakis, aturon, pcwalton, erickt] |
| 130 | + - name: Language design team |
| 131 | + responsibility: "designing new language features" |
| 132 | + members: [eddyb, nrc, pnkfelix, nikomatsakis, aturon, withoutboats] |
| 133 | + lead: nikomatsakis |
| 134 | + - name: Library team |
| 135 | + responsibility: "the Rust standard library, rust-lang crates, conventions" |
| 136 | + members: [brson, alexcrichton, sfackler, BurntSushi, Kimundi, aturon] |
| 137 | + lead: aturon |
| 138 | + - name: Compiler team |
| 139 | + responsibility: "compiler internals, optimizations" |
| 140 | + members: [arielb1, eddyb, nrc, pnkfelix, bkoropoff, nikomatsakis, aatch, dotdash, michaelwoerister, jseyfried] |
| 141 | + lead: nikomatsakis |
| 142 | + - name: Tooling and infrastructure |
| 143 | + responsibility: "tool support (e.g. Cargo, rustup), CI infrastructure, etc." |
| 144 | + members: [brson, nrc, alexcrichton, vadimcn, wycats, michaelwoerister] |
| 145 | + lead: alexcrichton |
| 146 | + - name: Community team |
| 147 | + responsibility: "coordinating events, outreach, commercial users, teaching materials, and exposure" |
| 148 | + lead: erickt |
| 149 | + members: [brson, skade, manishearth, johannhof, steveklabnik, carols10cents, badboy, booyaa, bstrie, erickt, jonathandturner, edunham] |
| 150 | + email: community-team@rust-lang.org |
| 151 | + - name: Documentation team |
| 152 | + responsibility: "ensuring Rust has fantastic documentation" |
| 153 | + members: [steveklabnik, GuillaumeGomez, jonathandturner, peschkaj] |
| 154 | + - name: Moderation team |
| 155 | + responsibility: "helping uphold the <a href='https://www.rust-lang.org/conduct.html'>code of conduct</a>" |
| 156 | + members: [mbrubeck, BurntSushi, manishearth, pnkfelix, niconii] |
| 157 | + email: rust-mods@rust-lang.org |
| 158 | + - name: Style team |
| 159 | + members: [brson, japaric, joshtriplett, nrc, solson, steveklabnik, ubsan] |
| 160 | + lead: nrc |
| 161 | + responsibility: "temporary 'strike team' charged with deciding on code style guidelines and configuring Rustfmt (process specified in <a href='https://github.com/rust-lang/rfcs/blob/master/text/1607-style-rfcs.md'>RFC 1607</a>)" |
| 162 | + email: style-team@rust-lang.org |
| 163 | + - name: Rust team alumni |
| 164 | + responsibility: "enjoying a leisurely retirement" |
| 165 | + members: [Gankro, huonw] |
| 166 | + |
| 167 | +# Information on sites to get profile information from |
| 168 | +sites: |
| 169 | + github: |
| 170 | + url: https://github.com/%nick |
| 171 | + avatar: https://avatars.githubusercontent.com/%nick |
| 172 | + twitter: |
| 173 | + url: https://twitter.com/%nick |
| 174 | + avatar: https://avatars.io/twitter/%nick?size=large |
0 commit comments