From 2a5e7ac0efc4cf87e573f8c42acd04b96f5ea729 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 3 Sep 2022 13:39:40 +0200 Subject: [PATCH] Add the Rust Style Team --- teams/style.toml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 teams/style.toml diff --git a/teams/style.toml b/teams/style.toml new file mode 100644 index 000000000..90121e35d --- /dev/null +++ b/teams/style.toml @@ -0,0 +1,38 @@ +name = "style" +subteam-of = "lang" + +[people] +leads = ["calebcartwright"] +members = [ + "calebcartwright", + "compiler-errors", + "joshtriplett", + "yaahc", +] + +[[github]] +orgs = ["rust-lang"] + +[permissions] +# Primarily for documentation stored in rust-lang/rust +bors.rust.review = true + +[rfcbot] +label = "T-style" +name = "Style" +ping = "rust-lang/style" + +[website] +name = "Style team" +description = "Defining and evolving the default Rust coding style" +zulip-stream = "t-style" + +[[zulip-groups]] +name = "T-style" + +[[lists]] +address = "style@rust-lang.org" + +[[lists]] +address = "style-team@rust-lang.org" +