Skip to content

Commit 0913b1c

Browse files
committed
Create venue sub-team of mods
1 parent 08772ee commit 0913b1c

File tree

5 files changed

+39
-35
lines changed

5 files changed

+39
-35
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
/teams/infra-admins.toml @Mark-Simulacrum @pietroalbini @jdno @marcoieni
2424
/teams/team-repo-admins.toml @Mark-Simulacrum @pietroalbini @jdno @marcoieni
2525
/people/Mark-Simulacrum.toml @Mark-Simulacrum @pietroalbini @jdno @marcoieni
26+
/people/Nadrieril.toml @Mark-Simulacrum @pietroalbini @jdno @marcoieni
2627
/people/jackh726.toml @Mark-Simulacrum @pietroalbini @jdno @marcoieni
2728
/people/jdno.toml @Mark-Simulacrum @pietroalbini @jdno @marcoieni
2829
/people/marcoieni.toml @Mark-Simulacrum @pietroalbini @jdno @marcoieni

teams/mods-discord.toml

Lines changed: 0 additions & 30 deletions
This file was deleted.

teams/mods-discourse.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ subteam-of = "mods"
44
[people]
55
leads = []
66
members = [
7-
"technetos",
87
"notriddle",
98
"steffahn",
9+
"oli-obk",
10+
"Manishearth",
1011
]
1112
alumni = [
1213
"mbrubeck",
1314
"khionu",
15+
"technetos",
1416
]
1517

1618
[website]

teams/mods-venue.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name = "mods-venue"
2+
subteam-of = "mods"
3+
4+
[people]
5+
leads = []
6+
members = [
7+
"oli-obk",
8+
"steffahn",
9+
"rylev",
10+
"Nadrieril",
11+
"jieyouxu",
12+
"rylev",
13+
"Noratrieb",
14+
"apiraino",
15+
]
16+
alumni = [
17+
]
18+
19+
[[github]]
20+
team-name = "mods"
21+
orgs = ["rust-lang", "rust-lang-nursery"]
22+
23+
[website]
24+
name = "Venue moderators"
25+
description = "Moderating rust-lang github repositories and the rust-lang zulip"
26+
27+
[[zulip-groups]]
28+
name = "T-mods"

teams/mods.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ leads = []
66
members = [
77
"steffahn",
88
"oli-obk",
9+
"Nadrieril",
10+
"rylev",
911
]
1012
alumni = [
1113
"erickt",
@@ -22,16 +24,17 @@ alumni = [
2224

2325
[[github]]
2426
orgs = ["rust-lang", "rust-lang-nursery"]
27+
team-name = "mods-mediators"
2528

2629
[rfcbot]
2730
label = "T-moderation"
2831
name = "Moderation"
29-
ping = "rust-lang/moderation"
32+
ping = "rust-lang/mods-core"
3033

3134
[website]
3235
page = "moderation"
3336
name = "Moderation team"
34-
description = "Helping uphold the code of conduct and community standards"
37+
description = "Helping uphold the code of conduct and community standards and mediating conflicts between team members"
3538
3639
repo = "https://github.com/rust-lang/moderation-team"
3740

@@ -44,9 +47,9 @@ address = "[email protected]"
4447
[[lists]]
4548
address = "[email protected]"
4649
extra-teams = [
47-
"mods-discord",
4850
"mods-discourse",
51+
"mods-venue",
4952
]
5053

5154
[[zulip-groups]]
52-
name = "T-mods"
55+
name = "T-mods-mediators"

0 commit comments

Comments
 (0)