Skip to content

Commit cded34b

Browse files
authored
Backfill teams for alumni (#1126)
* Backfill teams for alumni * Backfill some archived team alumni
1 parent 7eaa532 commit cded34b

12 files changed

+34
-15
lines changed

teams/alumni.toml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,11 @@ name = "alumni"
66
[people]
77
leads = []
88
members = [
9-
"Aatch",
10-
"MajorBreakfast",
11-
"QuietMisdreavus",
12-
"TimNN",
139
"alercah",
14-
"arielb1",
1510
"birkenfeld",
16-
"bkoropoff",
17-
"booyaa",
18-
"edunham",
19-
"erickt",
20-
"frewsxcv",
2111
"gnunicorn",
22-
"jseyfried",
23-
"levex",
24-
"niconii",
25-
"pcwalton",
2612
"peschkaj",
2713
"rpjohnst",
28-
"tomprince",
2914
"valgrimm",
3015
"whitequark",
3116
]

teams/archive/devtools-peers.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "devtools-peers"
2+
3+
[people]
4+
leads = []
5+
members = []
6+
alumni = [
7+
"QuietMisdreavus",
8+
]
9+
10+
[website]
11+
page = "dev-tools"
12+
name = "Dev tools peers"
13+
description = "Oversight of specific Rust tools, and coordination with devtools team"

teams/archive/docs.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name = "docs"
44
leads = []
55
members = []
66
alumni = [
7+
"QuietMisdreavus",
8+
"frewsxcv",
79
"steveklabnik",
810
"GuillaumeGomez",
911
"rylev",

teams/community.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ members = [
1111
"nellshamrell",
1212
]
1313
alumni = [
14+
"booyaa",
15+
"edunham",
16+
"erickt",
1417
"brson",
1518
"shadows-withal",
1619
"ashleygwilliams",

teams/compiler.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ members = [
2020
"jackh726",
2121
]
2222
alumni = [
23+
"Aatch",
24+
"arielb1",
25+
"bkoropoff",
2326
"cramertj",
2427
"dotdash",
28+
"jseyfried",
2529
"nikomatsakis",
2630
"nrc",
2731
"varkor",

teams/core.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ alumni = [
1414
"alexcrichton",
1515
"aturon",
1616
"brson",
17+
"erickt",
1718
"huonw",
19+
"pcwalton",
1820
"nrc",
1921
"carols10cents",
2022
"nikomatsakis",

teams/docs-rs.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ alumni = [
1515
"onur",
1616
"pietroalbini",
1717
"jyn514",
18+
"QuietMisdreavus",
1819
]
1920

2021
[[github]]

teams/infra.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ alumni = [
2020
"ashleygwilliams",
2121
"aidanhs",
2222
"jyn514",
23+
"TimNN",
24+
"erickt",
25+
"frewsxcv",
26+
"tomprince",
2327
]
2428

2529
[[github]]

teams/mods.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ members = [
77
"oli-obk",
88
]
99
alumni = [
10+
"erickt",
11+
"niconii",
1012
"BurntSushi",
1113
"llogiq",
1214
"matthieu-m",

teams/rustdoc.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ alumni = [
1717
"kinnison",
1818
"ollie27",
1919
"CraftSpider",
20+
"QuietMisdreavus",
2021
]
2122

2223
[[github]]

teams/wg-async.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ members = [
2121
alumni = [
2222
"Aaron1011",
2323
"LucioFranco",
24+
"MajorBreakfast",
2425
"bIgBV",
2526
"betamos",
2627
"cramertj",

teams/wg-embedded.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ alumni = [
4040
"jcsoo",
4141
"korken89",
4242
"laanwj",
43+
"levex",
4344
"paoloteti",
4445
"parched",
4546
"pftbest",

0 commit comments

Comments
 (0)