Skip to content

Commit

Permalink
Backfill all currently listed alumni's teams (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay authored Dec 4, 2023
1 parent cded34b commit 0bcf02c
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 9 deletions.
10 changes: 1 addition & 9 deletions teams/alumni.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@ name = "alumni"

[people]
leads = []
members = [
"alercah",
"birkenfeld",
"gnunicorn",
"peschkaj",
"rpjohnst",
"valgrimm",
"whitequark",
]
members = []
# Temporary key that includes all members listed as alumni in the individual
# teams. This is needed while we migrate away from the alumni team.
include-all-alumni = true
Expand Down
13 changes: 13 additions & 0 deletions teams/archive/docs-peers.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "docs-peers"
subteam-of = "docs"

[people]
leads = []
members = []
alumni = [
"alercah",
]

[website]
name = "Documentation peers"
description = "Oversight of specific documentation, and coordination with the docs team"
1 change: 1 addition & 0 deletions teams/archive/docs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ alumni = [
"GuillaumeGomez",
"rylev",
"celaus",
"peschkaj",
]

[permissions]
Expand Down
10 changes: 10 additions & 0 deletions teams/archive/lang-shepherds.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name = "lang-shepherds"
subteam-of = "lang"

[people]
leads = []
members = []
alumni = [
"rpjohnst",
"whitequark",
]
14 changes: 14 additions & 0 deletions teams/archive/reference.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = "reference"
subteam-of = "lang"

[people]
leads = []
members = []
alumni = [
"alercah",
]

[website]
name = "Reference team"
description = "Developing and writing the Rust reference"
zulip-stream = "t-lang/wg-reference"
20 changes: 20 additions & 0 deletions teams/archive/wg-governance.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "wg-governance"
subteam-of = "core"
kind = "working-group"

[people]
leads = []
members = []
alumni = [
"gnunicorn",
"valgrimm"
]

[[lists]]
address = "[email protected]"

[website]
name = "Governance working group"
description = "Managing and improving Rust team governance"
repo = "https://github.com/rust-lang/wg-governance"
zulip-stream = "wg-governance"
1 change: 1 addition & 0 deletions teams/clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ alumni = [
"mcarton",
"phansch",
"camsteffen",
"birkenfeld",
]

[permissions]
Expand Down

0 comments on commit 0bcf02c

Please sign in to comment.