From 4b25f5004215eaff7a0681c82faee16453ec2de9 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 19 Jun 2026 08:36:57 -0400 Subject: [PATCH 1/4] create funding advisors team Create a private `funding/with-advisors` stream and modify the `funding@` email alias to include the advisors; `funding-private@` can be used if we want narrow-cast. --- people/jlizen.toml | 3 +++ teams/funding-advisors.toml | 21 +++++++++++++++++++++ teams/funding.toml | 4 ++++ 3 files changed, 28 insertions(+) create mode 100644 people/jlizen.toml create mode 100644 teams/funding-advisors.toml diff --git a/people/jlizen.toml b/people/jlizen.toml new file mode 100644 index 000000000..18527b36c --- /dev/null +++ b/people/jlizen.toml @@ -0,0 +1,3 @@ +name = "Jess Izen" +github = "jlizen" +github-id = 44884346 diff --git a/teams/funding-advisors.toml b/teams/funding-advisors.toml new file mode 100644 index 000000000..22ca0b808 --- /dev/null +++ b/teams/funding-advisors.toml @@ -0,0 +1,21 @@ +name = "funding-advisors" +subteam-of = "funding" + +[people] +leads = [] +members = [ + "jlizen", + "becrumbul", +] +alumni = [] + +[website] +name = "Funding advisors team" +description = "People coordinating closely with the Funding team" + +[[zulip-groups]] +name = "T-funding-advisors" + +[[zulip-streams]] +name = "t-funding/with-advisors" +extra-teams = ["funding"] diff --git a/teams/funding.toml b/teams/funding.toml index 727053a49..4f0255188 100644 --- a/teams/funding.toml +++ b/teams/funding.toml @@ -33,6 +33,10 @@ name = "funding/private" [[lists]] address = "funding@rust-lang.org" +extra-teams = ["funding-advisors"] + +[[lists]] +address = "funding-private@rust-lang.org" [rfcbot] label = "T-funding" From 7af068c250e0457866375101c7b5b78c2a061e53 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 21 Jul 2026 11:28:55 -0400 Subject: [PATCH 2/4] Add m-ou-se and Erik Jonkers to funding advisors Add Mara Bos (m-ou-se) and Erik Jonkers (erikjee) as funding advisors. Create people/erikjee.toml and fill in the missing zulip-id and email for jlizen and erikjee, which are required for membership in the auto- generated Zulip groups/streams and mailing lists. --- people/erikjee.toml | 5 +++++ people/jlizen.toml | 2 ++ teams/funding-advisors.toml | 2 ++ 3 files changed, 9 insertions(+) create mode 100644 people/erikjee.toml diff --git a/people/erikjee.toml b/people/erikjee.toml new file mode 100644 index 000000000..32c1a51f0 --- /dev/null +++ b/people/erikjee.toml @@ -0,0 +1,5 @@ +name = 'Erik Jonkers' +github = 'erikjee' +github-id = 6603364 +zulip-id = 607646 +email = "erik@tweedegolf.com" diff --git a/people/jlizen.toml b/people/jlizen.toml index 18527b36c..5e8ddffc7 100644 --- a/people/jlizen.toml +++ b/people/jlizen.toml @@ -1,3 +1,5 @@ name = "Jess Izen" github = "jlizen" github-id = 44884346 +zulip-id = 783853 +email = "jlizen@amazon.com" diff --git a/teams/funding-advisors.toml b/teams/funding-advisors.toml index 22ca0b808..bc3330996 100644 --- a/teams/funding-advisors.toml +++ b/teams/funding-advisors.toml @@ -6,6 +6,8 @@ leads = [] members = [ "jlizen", "becrumbul", + "m-ou-se", + "erikjee", ] alumni = [] From 546c1d380e155b5d25b3b49753c00fc3e93d4958 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 21 Jul 2026 11:43:34 -0400 Subject: [PATCH 3/4] Update teams/funding-advisors.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Beránek --- teams/funding-advisors.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/funding-advisors.toml b/teams/funding-advisors.toml index bc3330996..f12481ace 100644 --- a/teams/funding-advisors.toml +++ b/teams/funding-advisors.toml @@ -19,5 +19,5 @@ description = "People coordinating closely with the Funding team" name = "T-funding-advisors" [[zulip-streams]] -name = "t-funding/with-advisors" +name = "funding/with-advisors" extra-teams = ["funding"] From b25fa2aa3211113bc921de693af5c4a6ba157529 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 21 Jul 2026 13:48:21 -0400 Subject: [PATCH 4/4] fix email --- people/jlizen.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people/jlizen.toml b/people/jlizen.toml index 5e8ddffc7..f038f19c6 100644 --- a/people/jlizen.toml +++ b/people/jlizen.toml @@ -2,4 +2,4 @@ name = "Jess Izen" github = "jlizen" github-id = 44884346 zulip-id = 783853 -email = "jlizen@amazon.com" +email = "rust@jessizen.com"