Skip to content

Commit b0de3d4

Browse files
committed
Add website entries for all remaining teams
1 parent 9a0f4b3 commit b0de3d4

17 files changed

+88
-0
lines changed

teams/book.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ alumni = []
1111

1212
[[github]]
1313
orgs = ["rust-lang"]
14+
15+
[website]
16+
name = "Book team"
17+
description = "Maintains The Rust Programming Language book"
18+
repo = "https://github.com/rust-lang/book"

teams/codegen-c-maintainers.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ alumni = []
1111

1212
[[github]]
1313
orgs = ["rust-lang"]
14+
15+
[website]
16+
name = "Codegen C Maintainers"
17+
description = "Developing the C based backend for rustc"
18+
repo = "https://github.com/rust-lang/rustc_codegen_c"

teams/community.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,8 @@ extra-people = [
7979
[[discord-roles]]
8080
name = "community-team"
8181
color = "#c27c0e"
82+
83+
[website]
84+
name = "Community team"
85+
description = "Engagement with the Rust community"
86+
repo = "https://github.com/rust-community/team"

teams/compiler-fcp.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ alumni = []
2424
label = "T-compiler"
2525
name = "Compiler"
2626
ping = "rust-lang/compiler-fcp"
27+
28+
[website]
29+
name = "Compiler FCP team"
30+
description = "Compiler team members with responsibility for signing off on major compiler changes"
31+
repo = "http://github.com/rust-lang/compiler-team"
32+
zulip-stream = "t-compiler"

teams/docker.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ alumni = []
1111

1212
[[github]]
1313
orgs = ["rust-lang"]
14+
15+
[website]
16+
name = "Docker team"
17+
description = "Maintains the official Docker images published to Docker Hub"
18+
repo = "https://github.com/rust-lang/docker-rust/"

teams/docs-rs-reviewers.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ alumni = [
1313

1414
[[github]]
1515
orgs = ["rust-lang"]
16+
17+
[website]
18+
name = "Docs.rs reviewers"
19+
description = "Docs.rs team members responsible for reviews"
20+
repo = "https://github.com/rust-lang/docs.rs"
21+
zulip-stream = "t-docs-rs"

teams/infra-bors.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ alumni = []
1212

1313
[[github]]
1414
orgs = ["rust-lang"]
15+
16+
[website]
17+
name = "Bors team"
18+
description = "Develops the bors merge bot"
19+
repo = "https://github.com/rust-lang/bors"

teams/mentors.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ alumni = []
1919

2020
[[zulip-groups]]
2121
name = "gsoc-mentors"
22+
23+
[website]
24+
name = "Mentorship Programs"
25+
description = "Organizes involvement in internship programs such as Google Summer of Code"

teams/project-const-traits.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ alumni = []
1616

1717
[[github]]
1818
orgs = ["rust-lang"]
19+
20+
[website]
21+
name = "Const Traits Project Group"
22+
description = "Project group working on const traits"
23+
repo = "https://github.com/rust-lang/project-const-traits"
24+
zulip-stream = "t-compiler/project-const-traits"

teams/release-publishers.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ alumni = []
1515

1616
[[github]]
1717
orgs = ["rust-lang"]
18+
19+
[website]
20+
name = "Release Publishers"
21+
description = "Release team members with permissions for crate publishing"
22+
repo = "https://github.com/rust-lang/release-team"
23+
zulip-stream = "t-release"

0 commit comments

Comments
 (0)