Skip to content

Commit f687023

Browse files
authored
Merge pull request rust-lang#1040 from GuillaumeGomez/rustdoc-contributors-team
Create the rustdoc-contributors team
2 parents af9838d + 52a9351 commit f687023

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

people/fmease.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "León Orell Valerian Liehr"
2+
github = "fmease"
3+
github-id = 14913065
4+
email = "me@fmease.dev"
5+
zulip-id = 348675

teams/rustdoc-contributors.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "rustdoc-contributors"
2+
subteam-of = "rustdoc"
3+
4+
[people]
5+
leads = []
6+
members = [
7+
"fmease"
8+
]
9+
10+
[permissions]
11+
bors.rust.review = true
12+
dev-desktop = true
13+
perf = true
14+
15+
[[github]]
16+
orgs = ["rust-lang", "rust-lang-nursery"]
17+
extra-teams = ["rustdoc"]
18+
19+
[website]
20+
name = "Rustdoc team contributors"
21+
description = "Contributing to Rustdoc on a regular basis"
22+
zulip-stream = "rustdoc"

0 commit comments

Comments
 (0)