From 4d1464f97206e2e868d5ff740dc63c5af7be84c9 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Mon, 6 Jan 2025 20:59:09 +0000 Subject: [PATCH 1/3] Adopt rustlings team as a subteam of lang-docs We're doing some minor reorganization. As part of that, we're moving the book team and rust-by-example to be subteams of lang-docs. Given that, it makes sense for lang-docs to also adopt rustlings as a subteam, so let's do that. Note that, unlike the other two, rustlings had been notated as a marker team rather than a subteam of launching-pad. This change will make it into a normal subteam, which seems more appropriate. --- people/mo8it.toml | 1 + teams/rustlings.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/people/mo8it.toml b/people/mo8it.toml index 8f6848ed8..4c0631033 100644 --- a/people/mo8it.toml +++ b/people/mo8it.toml @@ -1,3 +1,4 @@ name = "Mo" github = "mo8it" github-id = 76752051 +email = false diff --git a/teams/rustlings.toml b/teams/rustlings.toml index 568ad8de8..9765f6d3d 100644 --- a/teams/rustlings.toml +++ b/teams/rustlings.toml @@ -1,5 +1,5 @@ name = "rustlings" -kind = "marker-team" +subteam-of = "lang-docs" [people] leads = ["shadows-withal"] From 6d1427549daa287af395a60c0237ec621cbcd73c Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Mon, 6 Jan 2025 23:21:13 +0000 Subject: [PATCH 2/3] Fill in email/Zulip info for mo8it In the PR, mo8it provided these details to be included. --- people/mo8it.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/people/mo8it.toml b/people/mo8it.toml index 4c0631033..0a817f3fb 100644 --- a/people/mo8it.toml +++ b/people/mo8it.toml @@ -1,4 +1,5 @@ name = "Mo" github = "mo8it" github-id = 76752051 -email = false +zulip-id = 632194 +email = "mo8it@proton.me" From b73d4dda104d3a0a4929d8f7c90b71ab3be06c16 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Mon, 6 Jan 2025 23:22:06 +0000 Subject: [PATCH 3/3] Make mo8it a lead of rustlings subteam Apparently, as discussed on the PR, mo8it has been maintaining rustlings solo for about nine months, so it makes sense to make him a lead of the team. We can handle any other membership adjustments we might want to make separately and later. --- teams/rustlings.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/rustlings.toml b/teams/rustlings.toml index 9765f6d3d..1713e85d7 100644 --- a/teams/rustlings.toml +++ b/teams/rustlings.toml @@ -2,7 +2,7 @@ name = "rustlings" subteam-of = "lang-docs" [people] -leads = ["shadows-withal"] +leads = ["mo8it", "shadows-withal"] members = [ "shadows-withal", "mo8it",