Skip to content

Backfill all currently listed alumni's teams #1134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this key is not really temporary as we still want an alumni team that includes all other teams' alumni. Perhaps we should remove this comment?

# 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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

]

[permissions]
Expand Down