Skip to content

Commit 6974885

Browse files
committed
Add mdbook team
We need to create a team to maintain mdBook. The people listed here have volunteered. We'll put out a call for volunteers and adjust as we hear more.
1 parent 844d867 commit 6974885

2 files changed

Lines changed: 24 additions & 6 deletions

File tree

repos/rust-lang/mdBook.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ path = "/"
1111

1212
[access.teams]
1313
devtools = "write"
14-
15-
[access.individuals]
16-
# Dylan-DPC is maintaining mdbook along with ehuss. Planning to add a team
17-
# soon, and then this can be removed.
18-
Dylan-DPC = "write"
14+
mdbook = "write"
1915

2016
[[rulesets]]
2117
pattern = "master"
2218
ci-checks = ["Success gate"]
23-
required-approvals = 0
19+
required-approvals = 1
2420
merge-queue = { enabled = true, min-entries-to-merge-wait-minutes = 1 }
2521

2622
[[crates-io]]

teams/mdbook.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "mdbook"
2+
subteam-of = "devtools"
3+
4+
[people]
5+
leads = ["ehuss"]
6+
members = [
7+
"ehuss",
8+
"traviscross",
9+
"PLeVasseur",
10+
"Mark-Simulacrum",
11+
"eholk",
12+
]
13+
14+
alumni = []
15+
16+
[[github]]
17+
orgs = ["rust-lang"]
18+
19+
[website]
20+
name = "mdBook team"
21+
description = "Maintaining mdBook"
22+
repo = "https://github.com/rust-lang/mdBook"

0 commit comments

Comments
 (0)