From cbca9ef1781e0f4306579d3249f7f43f42d20c69 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 8 Oct 2025 10:50:28 -0700 Subject: [PATCH 1/3] Add rustfmt-contributors team --- repos/rust-lang/rustfmt.toml | 1 + teams/rustfmt-contributors.toml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 teams/rustfmt-contributors.toml diff --git a/repos/rust-lang/rustfmt.toml b/repos/rust-lang/rustfmt.toml index 3acb3e230..fe1311628 100644 --- a/repos/rust-lang/rustfmt.toml +++ b/repos/rust-lang/rustfmt.toml @@ -6,6 +6,7 @@ bots = ["rustbot"] [access.teams] rustfmt = "write" +rustfmt-contributors = "write" [[branch-protections]] pattern = "master" diff --git a/teams/rustfmt-contributors.toml b/teams/rustfmt-contributors.toml new file mode 100644 index 000000000..a348530e0 --- /dev/null +++ b/teams/rustfmt-contributors.toml @@ -0,0 +1,22 @@ +name = "rustfmt-contributors" +subteam-of = "rustfmt" + +[people] +leads = ["Manishearth"] +members = [ + "Manishearth", + "fee1-dead" +] +alumni = [] + +[[github]] +orgs = ["rust-lang"] + +[website] +name = "Rustfmt-Contributors" +description = "This is a temporary team to help bootstrap Rustfmt membership. It may change into a triage-access team in the future." +zulip-stream = "t-rustfmt" +repo = "https://github.com/rust-lang/rustfmt" + +[[zulip-groups]] +name = "T-rustfmt-contributors" From 14b7cb9d38f8443feb1acccc2693c2d1112bfe07 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 8 Oct 2025 11:54:15 -0700 Subject: [PATCH 2/3] add camsteffen and jieyou --- teams/rustfmt-contributors.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/teams/rustfmt-contributors.toml b/teams/rustfmt-contributors.toml index a348530e0..3efabc02b 100644 --- a/teams/rustfmt-contributors.toml +++ b/teams/rustfmt-contributors.toml @@ -5,7 +5,9 @@ subteam-of = "rustfmt" leads = ["Manishearth"] members = [ "Manishearth", - "fee1-dead" + "fee1-dead", + "camsteffen", + "jieyouxu" ] alumni = [] From acb453f09cd1bec33d5acc231b29b896c18054bb Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 8 Oct 2025 13:38:35 -0700 Subject: [PATCH 3/3] fix --- teams/rustfmt-contributors.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/rustfmt-contributors.toml b/teams/rustfmt-contributors.toml index 3efabc02b..de0e3d802 100644 --- a/teams/rustfmt-contributors.toml +++ b/teams/rustfmt-contributors.toml @@ -15,8 +15,8 @@ alumni = [] orgs = ["rust-lang"] [website] -name = "Rustfmt-Contributors" -description = "This is a temporary team to help bootstrap Rustfmt membership. It may change into a triage-access team in the future." +name = "Rustfmt contributors" +description = "Helping the rustdoc team with reviews and planning." zulip-stream = "t-rustfmt" repo = "https://github.com/rust-lang/rustfmt"