From 155f2bf44fc328a8afd3d54bbbcc6dd4691ca9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 16 Jan 2024 10:38:40 +0100 Subject: [PATCH 1/2] Add book team --- teams/book.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 teams/book.toml diff --git a/teams/book.toml b/teams/book.toml new file mode 100644 index 000000000..ff491070a --- /dev/null +++ b/teams/book.toml @@ -0,0 +1,12 @@ +name = "book" +subteam-of = "launching-pad" + +[people] +leads = ["carols10cents"] +members = [ + "carols10cents", +] +alumni = [] + +[[github]] +orgs = ["rust-lang"] From 0474f919c37bf52f1e049443e00c37d293fb465d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Sun, 10 Mar 2024 09:19:51 +0100 Subject: [PATCH 2/2] Add Chris Krycho as a leader of the `book` team Co-authored-by: Chris Krycho --- teams/book.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teams/book.toml b/teams/book.toml index ff491070a..50bc1df03 100644 --- a/teams/book.toml +++ b/teams/book.toml @@ -2,9 +2,10 @@ name = "book" subteam-of = "launching-pad" [people] -leads = ["carols10cents"] +leads = ["carols10cents", "chriskrycho"] members = [ "carols10cents", + "chriskrycho", ] alumni = []