Skip to content

Commit

Permalink
Add devtools alumni (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay authored Dec 5, 2023
1 parent 6182489 commit a16c289
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 1 deletion.
11 changes: 11 additions & 0 deletions teams/archive/devtools-peers.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
name = "devtools-peers"
subteam-of = "devtools"

[people]
leads = []
members = []
alumni = [
"alexcrichton",
"emilio",
"fitzgen",
"GuillaumeGomez",
"llogiq",
"Manishearth",
"matklad",
"oli-obk",
"QuietMisdreavus",
"steveklabnik",
"tromey",
]

[website]
Expand Down
1 change: 1 addition & 0 deletions teams/cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ alumni = [
"wycats",
"withoutboats",
"matklad",
"carols10cents",
]

[permissions]
Expand Down
19 changes: 18 additions & 1 deletion teams/devtools.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,24 @@ name = "devtools"
[people]
leads = ["Manishearth"]
members = ["Manishearth", "GuillaumeGomez", "oli-obk", "rbtcollins", "ehuss", "calebcartwright"]
alumni = ["alexcrichton", "brson", "nrc", "killercup", "Xanewok", "kinnison", "fitzgen"]
alumni = [
"alexcrichton",
"brson",
"carols10cents",
"dwijnand",
"fitzgen",
"japaric",
"killercup",
"kinnison",
"matklad",
"michaelwoerister",
"nrc",
"sophiajt",
"steveklabnik",
"withoutboats",
"wycats",
"Xanewok",
]

[rfcbot]
label = "T-dev-tools"
Expand Down
2 changes: 2 additions & 0 deletions teams/rustdoc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ alumni = [
"ollie27",
"CraftSpider",
"QuietMisdreavus",
"onur",
"steveklabnik",
]

[[github]]
Expand Down
1 change: 1 addition & 0 deletions teams/rustup.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ alumni = [
"nrc",
"kinnison",
"hi-rustin",
"dwijnand",
]

[website]
Expand Down

0 comments on commit a16c289

Please sign in to comment.