Skip to content

Commit 210bf33

Browse files
authored
Merge pull request #2028 from traviscross/TC/add-fls-team
Add FLS team
2 parents 96a503c + bb93173 commit 210bf33

File tree

5 files changed

+70
-1
lines changed

5 files changed

+70
-1
lines changed

people/AlexCeleste.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Alex Eris Celeste née Gilding"
2+
github = "AlexCeleste"
3+
github-id = 1959106
4+
email = false
5+
zulip-id = 776329

repos/rust-lang/fls-team.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
org = "rust-lang"
2+
name = "fls-team"
3+
description = "Home of the Rust FLS team"
4+
bots = ["rustbot", "rfcbot"]
5+
6+
[access.teams]
7+
fls = "maintain"
8+
fls-contributors = "triage"
9+
lang = "maintain"
10+
lang-docs = "maintain"
11+
lang-ops = "maintain"
12+
spec = "maintain"
13+
spec-contributors = "triage"

repos/rust-lang/fls.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ homepage = "https://rust-lang.github.io/fls"
55
bots = ["rustbot", "rfcbot"]
66

77
[access.teams]
8+
fls = "write"
9+
fls-contributors = "triage"
810
lang = "write"
911
lang-docs = "write"
12+
lang-ops = "write"
1013
spec = "write"
11-
spec-contributors = "write"
14+
spec-contributors = "triage"
1215

1316
[[branch-protections]]
1417
pattern = "main"

teams/fls-contributors.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "fls-contributors"
2+
subteam-of = "fls"
3+
4+
[people]
5+
leads = []
6+
members = [
7+
]
8+
alumni = []
9+
10+
[[github]]
11+
orgs = ["rust-lang"]
12+
13+
[website]
14+
name = "FLS team contributors"
15+
description = "Regular contributors to the FLS"
16+
zulip-stream = "t-lang/fls"
17+
18+
[[zulip-groups]]
19+
name = "T-fls-contributors"

teams/fls.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name = "fls"
2+
subteam-of = "spec"
3+
4+
[people]
5+
leads = ["PLeVasseur"]
6+
members = [
7+
"PLeVasseur",
8+
"traviscross",
9+
"tshepang",
10+
"AlexCeleste",
11+
]
12+
alumni = []
13+
14+
[[github]]
15+
orgs = ["rust-lang"]
16+
17+
[rfcbot]
18+
label = "T-fls"
19+
name = "FLS"
20+
ping = "rust-lang/fls"
21+
22+
[website]
23+
name = "FLS team"
24+
description = "Maintaining and improving the FLS"
25+
repo = "http://github.com/rust-lang/fls-team"
26+
zulip-stream = "t-lang/fls"
27+
28+
[[zulip-groups]]
29+
name = "T-fls"

0 commit comments

Comments
 (0)