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"