From d1cfa1f8afe89c24f99cb36f55b135871bcdb0f3 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Sun, 27 Aug 2023 15:06:27 -0500 Subject: [PATCH] add test tools team --- teams/test-tools.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 teams/test-tools.toml diff --git a/teams/test-tools.toml b/teams/test-tools.toml new file mode 100644 index 000000000..7f048036f --- /dev/null +++ b/teams/test-tools.toml @@ -0,0 +1,22 @@ +name = "test-tools" +subteam-of = "devtools" + +[people] +leads = ["calebcartwright"] +members = [ + "calebcartwright", + "epage", + "Muscraft", + "thomcc", + "weihanglo", +] + +[[github]] +orgs = ["rust-lang"] + +[website] +name = "Test tools team" +description = "Defining strategy and associated tooling for supporting automated testing activities in the development workflow" + +[[zulip-groups]] +name = "T-test-tools"