Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 5330acd

Browse files
authored
Merge pull request #806 from aturon/infra-team
Add infrastructure team
2 parents 5123cb2 + cb335be commit 5330acd

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

_data/team.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
people:
2222
aatch:
2323
name: James Miller
24+
aidanhs:
25+
name: Aidan Hobson Sayers
2426
arielb1:
2527
name: Ariel Ben-Yehuda
2628
alexcrichton:
@@ -83,6 +85,9 @@ people:
8385
Kimundi:
8486
name: Marvin Löbel
8587
irc: kimundi
88+
Mark-Sumulacrum:
89+
name: Mark Simulacrum
90+
irc: simulacrum
8691
manishearth:
8792
name: Manish Goregaokar
8893
irc: Manishearth
@@ -108,13 +113,18 @@ people:
108113
name: Felix Klock
109114
sfackler:
110115
name: Steven Fackler
116+
shepmaster:
117+
name: Jake Goulding
118+
irc: shep
111119
skade:
112120
name: Florian Gilcher
113121
solson:
114122
name: Scott Olson
115123
irc: scott
116124
steveklabnik:
117125
name: Steve Klabnik
126+
TimNN:
127+
Tim Neumann
118128
vadimcn:
119129
name: Vadim Chugunov
120130
ubsan:
@@ -146,10 +156,14 @@ teams:
146156
responsibility: "compiler internals, optimizations"
147157
members: [arielb1, eddyb, nrc, pnkfelix, bkoropoff, nikomatsakis, aatch, dotdash, michaelwoerister, jseyfried]
148158
lead: nikomatsakis
149-
- name: Tooling and infrastructure
150-
responsibility: "tool support (e.g. Cargo, rustup), CI infrastructure, etc."
159+
- name: Tools team
160+
responsibility: "Rust tools (e.g. Cargo, rustup)"
151161
members: [japaric, brson, nrc, alexcrichton, vadimcn, wycats, carols10cents, michaelwoerister]
152162
lead: alexcrichton
163+
- name: Infrastructure team
164+
responsibility: "Tools supporting the Rust project itself: CI, releases, bots, metrics"
165+
members: [TimNN, aidanhs, Mark-Simulacrum, frewsxcv, alexcrichton, erickt, brson, shepmaster, carols10cents, aturon]
166+
lead: aturon
153167
- name: Community team
154168
responsibility: "coordinating events, outreach, commercial users, teaching materials, and exposure"
155169
lead: erickt

en-US/community.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,11 @@ library, rust-lang crates, and conventions.
180180
* The [Compiler Team][compiler_team] is responsible for compiler internals and
181181
optimizations.
182182

183-
* The [Tooling and Infrastructure Team][tool_team] is responsible for official
184-
tools like [Cargo], [rustup], and [rustfmt], as well as the CI Infrastructure for the
185-
project.
183+
* The [Tools Team][tool_team] is responsible for official tools like [Cargo],
184+
[rustup], and [rustfmt].
185+
186+
* The [Infrastructure Team][infra_team] is responsible for tools that support
187+
the project itself: CI, release generation, bots, and metrics.
186188

187189
[Cargo]: https://crates.io
188190
[rustup]: https://www.rustup.rs
@@ -210,10 +212,11 @@ help get you started.
210212
[language_team]: team.html#Language-design-team
211213
[library_team]: team.html#Library-team
212214
[compiler_team]: team.html#Compiler-team
213-
[tool_team]: team.html#Tooling-and-infrastructure
215+
[tool_team]: team.html#Tools-team
214216
[community_team]: team.html#Community-team
215217
[mod_team]: team.html#Moderation-team
216218
[doc_team]: team.html#Documentation-team
219+
[infra_team]: team.html#Infrastructure-team
217220

218221
## Rust Development
219222

team.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
---
22
layout: redirect
33
---
4-

0 commit comments

Comments
 (0)