Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions repos/rust-lang/rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ bots = ["rustbot"]

[access.teams]
rustfmt = "write"
rustfmt-contributors = "write"

[[branch-protections]]
pattern = "master"
Expand Down
24 changes: 24 additions & 0 deletions teams/rustfmt-contributors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "rustfmt-contributors"
subteam-of = "rustfmt"

[people]
leads = ["Manishearth"]
members = [
"Manishearth",
"fee1-dead",
"camsteffen",
"jieyouxu"
]
alumni = []

[[github]]
orgs = ["rust-lang"]

[website]
name = "Rustfmt contributors"
description = "Helping the rustdoc team with reviews and planning."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Helping the rustdoc team with reviews and planning."
description = "Helping the rustfmt team with reviews and planning."

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #2018

zulip-stream = "t-rustfmt"
repo = "https://github.com/rust-lang/rustfmt"

[[zulip-groups]]
name = "T-rustfmt-contributors"