Skip to content

Commit b6698c9

Browse files
Merge pull request #829 from joshtriplett/stylish
Add the Rust Style Team
2 parents 7c3302c + 2a5e7ac commit b6698c9

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

teams/style.toml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name = "style"
2+
subteam-of = "lang"
3+
4+
[people]
5+
leads = ["calebcartwright"]
6+
members = [
7+
"calebcartwright",
8+
"compiler-errors",
9+
"joshtriplett",
10+
"yaahc",
11+
]
12+
13+
[[github]]
14+
orgs = ["rust-lang"]
15+
16+
[permissions]
17+
# Primarily for documentation stored in rust-lang/rust
18+
bors.rust.review = true
19+
20+
[rfcbot]
21+
label = "T-style"
22+
name = "Style"
23+
ping = "rust-lang/style"
24+
25+
[website]
26+
name = "Style team"
27+
description = "Defining and evolving the default Rust coding style"
28+
zulip-stream = "t-style"
29+
30+
[[zulip-groups]]
31+
name = "T-style"
32+
33+
[[lists]]
34+
address = "style@rust-lang.org"
35+
36+
[[lists]]
37+
address = "style-team@rust-lang.org"
38+

0 commit comments

Comments
 (0)