Skip to content

Commit 85028e4

Browse files
authored
Merge pull request #1496 from traviscross/TC/add-spec-contributors
Add `spec-contributors` team
2 parents b686e73 + b2db095 commit 85028e4

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

people/chorman0773.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name = 'Connor Horman'
22
github = 'chorman0773'
33
github-id = 5026283
4+
email = false
45
zulip-id = 257758

repos/rust-lang/reference.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ bots = ["rustbot"]
88
lang = "write"
99
lang-docs = "write"
1010
spec = "write"
11+
spec-contributors = "write"
1112

1213
[[branch-protections]]
1314
pattern = "master"

repos/rust-lang/spec.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ bots = ["rustbot", "rfcbot"]
55

66
[access.teams]
77
spec = 'maintain'
8+
spec-contributors = "write"

teams/spec-contributors.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "spec-contributors"
2+
subteam-of = "spec"
3+
4+
[people]
5+
leads = []
6+
members = [
7+
"chorman0773",
8+
]
9+
alumni = []
10+
11+
[website]
12+
name = "Specification team contributors"
13+
description = "Regular contributors to the Rust specification"
14+
repo = "https://github.com/rust-lang/spec"
15+
zulip-stream = "t-spec"
16+
17+
[[github]]
18+
orgs = ["rust-lang"]
19+
extra-teams = ["spec"]
20+
21+
[[zulip-groups]]
22+
name = "T-spec-contributors"

0 commit comments

Comments
 (0)