Skip to content

Commit e753be4

Browse files
authored
Merge pull request #1965 from traviscross/TC/add-content-team
Add content team
2 parents 20c8d66 + 741f9dc commit e753be4

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed

people/LoriLorusso.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Lori Lorusso"
2+
github = "LoriLorusso"
3+
github-id = 66495765
4+
zulip-id = 944316
5+

people/MerrimanInd.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Xander Cesari"
2+
github = "MerrimanInd"
3+
github-id = 38871383
4+
zulip-id = 880880
5+

people/cldershem.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Cameron Dershem"
2+
github = "cldershem"
3+
github-id = 201608
4+
zulip-id = 220131
5+

repos/rust-lang/content-team.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
org = "rust-lang"
2+
name = "content-team"
3+
description = "Home of the Rust Content Team"
4+
bots = ["rustbot", "rfcbot"]
5+
6+
[access.teams]
7+
content = "maintain"

repos/rust-lang/rust-forge.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ bots = ["rustbot"]
77
[access.teams]
88
community = "maintain"
99
compiler = "maintain"
10+
content = "maintain"
1011
crates-io = "maintain"
1112
docs-rs = "maintain"
1213
infra = "maintain"

teams/content.toml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name = "content"
2+
subteam-of = "launching-pad"
3+
4+
[people]
5+
leads = [
6+
"PLeVasseur",
7+
"traviscross",
8+
]
9+
members = [
10+
"traviscross",
11+
"PLeVasseur",
12+
"tomassedovic",
13+
"MerrimanInd",
14+
"cldershem",
15+
"LoriLorusso",
16+
]
17+
alumni = []
18+
19+
[[github]]
20+
orgs = ["rust-lang"]
21+
22+
[rfcbot]
23+
label = "T-content"
24+
name = "Content"
25+
ping = "rust-lang/content"
26+
27+
[website]
28+
name = "Content team"
29+
description = "Produces publishable content"
30+
zulip-stream = "t-content"
31+
repo = "https://github.com/rust-lang/content-team"
32+
33+
[[zulip-groups]]
34+
name = "T-content"

0 commit comments

Comments
 (0)