Skip to content

Commit 847b66b

Browse files
committed
Backport rust-cookbook repo
1 parent 5845acd commit 847b66b

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

people/AndyGauge.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Andrew Gauger"
2+
github = "AndyGauge"
3+
github-id = 6525150
4+
zulip-id = 257582
5+
email = "andygauge@gmail.com"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
org = "rust-lang-nursery"
2+
name = "rust-cookbook"
3+
description = "https://rust-lang-nursery.github.io/rust-cookbook"
4+
bots = []
5+
6+
[access.teams]
7+
cookbook = "write"
8+
lang-docs = "write"

teams/cookbook.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "cookbook"
2+
subteam-of = "lang-docs"
3+
4+
[people]
5+
leads = ["AndyGauge"]
6+
members = ["AndyGauge"]
7+
alumni = []
8+
9+
[[github]]
10+
orgs = ["rust-lang-nursery"]
11+
12+
[website]
13+
name = "Cookbook team"
14+
description = "Maintains the Rust Cookbook"
15+
repo = "https://github.com/rust-lang-nursery/rust-cookbook/"

teams/lang-docs.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ alumni = [
1616
]
1717

1818
[[github]]
19-
orgs = ["rust-lang"]
19+
orgs = ["rust-lang", "rust-lang-nursery"]
2020

2121
[website]
2222
name = "lang-docs team"

0 commit comments

Comments
 (0)