From 8acfedd18fc8dd4c07b9476fdd0d59c9cbf9d8fa Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Wed, 4 Oct 2023 15:26:13 -0400 Subject: [PATCH 1/2] propose the *lang-ops* team This team is chartered to prepare meeting agendas, help with issue triage, schedule and document meetings, and generally perform the other "operations" that make the lang team function. Currently its sole membership is TC but the hope is that it will grow! --- teams/lang-ops.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 teams/lang-ops.toml diff --git a/teams/lang-ops.toml b/teams/lang-ops.toml new file mode 100644 index 000000000..08055d418 --- /dev/null +++ b/teams/lang-ops.toml @@ -0,0 +1,18 @@ +name = "lang-ops" +subteam-of = "lang" + +[people] +leads = ["TC"] +members = [ + "TC", +] +alumni = [ +] + +[[github]] +orgs = ["rust-lang"] + +[website] +name = "lang-ops team" +description = "Operations for the lang team: preparing agenda, issue triage, scheduling and documenting meetings" +zulip-stream = "t-lang/ops" From a664f29dff5a888b910952d9aa7511fbe2352401 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Wed, 4 Oct 2023 15:47:44 -0400 Subject: [PATCH 2/2] Update teams/lang-ops.toml Co-authored-by: Michael Goulet --- teams/lang-ops.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/lang-ops.toml b/teams/lang-ops.toml index 08055d418..1e92bf6b0 100644 --- a/teams/lang-ops.toml +++ b/teams/lang-ops.toml @@ -2,9 +2,9 @@ name = "lang-ops" subteam-of = "lang" [people] -leads = ["TC"] +leads = ["traviscross"] members = [ - "TC", + "traviscross", ] alumni = [ ]