Skip to content

Commit 17d7460

Browse files
authored
Merge pull request #1474 from notriddle/notriddle/rustdoc-frontend
rustdoc: reorg to frontend subteam for UI/UX and main team
2 parents 2b32334 + 73dcbf4 commit 17d7460

File tree

2 files changed

+32
-22
lines changed

2 files changed

+32
-22
lines changed

teams/rustdoc-contributors.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

teams/rustdoc-frontend.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name = "rustdoc-frontend"
2+
subteam-of = "rustdoc"
3+
4+
[people]
5+
leads = []
6+
members = [
7+
"notriddle",
8+
"GuillaumeGomez",
9+
"jsha",
10+
"camelid",
11+
]
12+
alumni = []
13+
14+
[permissions]
15+
bors.rust.review = true
16+
dev-desktop = true
17+
perf = true
18+
19+
[[github]]
20+
orgs = ["rust-lang", "rust-lang-nursery"]
21+
extra-teams = ["rustdoc"]
22+
23+
[website]
24+
name = "Rustdoc web frontend"
25+
description = "Rustdoc frontend design, UI, UX and development"
26+
zulip-stream = "t-rustdoc"
27+
28+
[rfcbot]
29+
label = "T-rustdoc-frontend"
30+
name = "Rustdoc frontend"
31+
ping = "rust-lang/rustdoc-frontend"
32+

0 commit comments

Comments
 (0)