From 587fbfd80429f279f516efcc6ecd14a0a1c2982c Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 14 May 2026 14:02:50 -0400 Subject: [PATCH] create the funding team Initial charter from [rust-lang/leadership-council#294]: * Get a first MiR contracted by June * Establish procedures for ppl applying for becoming MiRs * Establish procedures for finding sponsors * Design a full charter by 31st of August and get it FCPed by the council * Work within the merged RFMF RFC: https://github.com/rust-lang/rfcs/pull/3931 * wrt affiliation limits: only one employee per company is allowed on the funding team. If there are multiple (e.g. due to employment changes) either all but one must decide to leave or the one who has been there the shortest time will be removed automatically. [rust-lang/leadership-council#294]: https://github.com/rust-lang/leadership-council/issues/294 --- repos/rust-lang/funding-private.toml | 2 +- .../{ => archive}/rfmf-design-committee.toml | 4 +- teams/funding.toml | 37 +++++++++++++++++++ 3 files changed, 40 insertions(+), 3 deletions(-) rename teams/{ => archive}/rfmf-design-committee.toml (92%) create mode 100644 teams/funding.toml diff --git a/repos/rust-lang/funding-private.toml b/repos/rust-lang/funding-private.toml index 633880ab2..7d0d737ba 100644 --- a/repos/rust-lang/funding-private.toml +++ b/repos/rust-lang/funding-private.toml @@ -5,5 +5,5 @@ bots = [] private-non-synced = true [access.teams] -rfmf-design-committee = "write" +funding = "write" leadership-council = "write" diff --git a/teams/rfmf-design-committee.toml b/teams/archive/rfmf-design-committee.toml similarity index 92% rename from teams/rfmf-design-committee.toml rename to teams/archive/rfmf-design-committee.toml index 4d78c4d1a..bf337e6d7 100644 --- a/teams/rfmf-design-committee.toml +++ b/teams/archive/rfmf-design-committee.toml @@ -3,7 +3,8 @@ kind = "marker-team" [people] leads = [] -members = [ +members = [] +alumni = [ "joshtriplett", "Kobzol", "lcnr", @@ -11,7 +12,6 @@ members = [ "nikomatsakis", "tmandry", ] -alumni = [] [[github]] orgs = ["rust-lang"] diff --git a/teams/funding.toml b/teams/funding.toml new file mode 100644 index 000000000..cc6bd7acc --- /dev/null +++ b/teams/funding.toml @@ -0,0 +1,37 @@ +name = "funding" +subteam-of = "launching-pad" + +[website] +name = "Funding team" +description = "Helping to get Rust maintainers funded" +email = "funding@rust-lang.org" +zulip-stream = "funding" +repo = "https://github.com/rust-lang/rust-project-goals" + +[people] +leads = [ + "nikomatsakis", + "LoriLorusso", +] +members = [ + "Kobzol", + "LoriLorusso", + "nikomatsakis", + "PLeVasseur", +] +alumni = [] + +[[github]] +team-name = "funding" +orgs = ["rust-lang"] + +[[zulip-groups]] +name = "T-funding" + +[[lists]] +address = "funding@rust-lang.org" + +[rfcbot] +label = "T-funding" +name = "Funding" +ping = "rust-lang/funding"