-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backfill all currently listed alumni's teams (#1134)
- Loading branch information
Showing
7 changed files
with
60 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ alumni = [ | |
"GuillaumeGomez", | ||
"rylev", | ||
"celaus", | ||
"peschkaj", | ||
] | ||
|
||
[permissions] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ alumni = [ | |
"mcarton", | ||
"phansch", | ||
"camsteffen", | ||
"birkenfeld", | ||
] | ||
|
||
[permissions] | ||
|