Skip to content

Commit 5c9dc3b

Browse files
committed
Add team affiliation for leadership council representatives
1 parent 3e3704e commit 5c9dc3b

File tree

1 file changed

+45
-9
lines changed

1 file changed

+45
-9
lines changed

teams/leadership-council.toml

Lines changed: 45 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name = "leadership-council"
33
[people]
44
leads = []
55
members = [
6-
"carols10cents",
7-
"eholk",
8-
"ehuss",
9-
"jackh726",
10-
"jonathanpallant",
11-
"Mark-Simulacrum",
12-
"m-ou-se",
13-
"rylev",
14-
"technetos",
6+
{ github = "carols10cents", roles = ["council-rep-crates-io"] },
7+
{ github = "eholk", roles = ["council-rep-compiler"] },
8+
{ github = "ehuss", roles = ["council-rep-devtools"] },
9+
{ github = "jackh726", roles = ["council-rep-lang"] },
10+
{ github = "jonathanpallant", roles = ["council-rep-launching-pad"] },
11+
{ github = "Mark-Simulacrum", roles = ["council-rep-release"] },
12+
{ github = "m-ou-se", roles = ["council-rep-libs"] },
13+
{ github = "rylev", roles = ["council-rep-infra"] },
14+
{ github = "technetos", roles = ["council-rep-mods"] },
1515
]
1616
alumni = ["khionu"]
1717

@@ -31,6 +31,42 @@ zulip-stream = "council"
3131
weight = 1000
3232
repo = "https://github.com/rust-lang/leadership-council"
3333

34+
[[roles]]
35+
id = "council-rep-compiler"
36+
description = "Compiler team"
37+
38+
[[roles]]
39+
id = "council-rep-crates-io"
40+
description = "Crates.io team"
41+
42+
[[roles]]
43+
id = "council-rep-devtools"
44+
description = "Dev tools team"
45+
46+
[[roles]]
47+
id = "council-rep-infra"
48+
description = "Infrastructure team"
49+
50+
[[roles]]
51+
id = "council-rep-lang"
52+
description = "Language team"
53+
54+
[[roles]]
55+
id = "council-rep-launching-pad"
56+
description = "Launching pad"
57+
58+
[[roles]]
59+
id = "council-rep-libs"
60+
description = "Library team"
61+
62+
[[roles]]
63+
id = "council-rep-mods"
64+
description = "Moderation team"
65+
66+
[[roles]]
67+
id = "council-rep-release"
68+
description = "Release team"
69+
3470
[[lists]]
3571
address = "[email protected]"
3672

0 commit comments

Comments
 (0)