From eab243a4778834b1c9dd50741c2f08993b4c3848 Mon Sep 17 00:00:00 2001 From: Jack Huey <31162821+jackh726@users.noreply.github.com> Date: Fri, 16 Jun 2023 18:58:37 -0400 Subject: [PATCH 1/2] Add introduction post for Leadership Council --- ...23-06-20-introducing-leadership-council.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 posts/2023-06-20-introducing-leadership-council.md diff --git a/posts/2023-06-20-introducing-leadership-council.md b/posts/2023-06-20-introducing-leadership-council.md new file mode 100644 index 000000000..64e884668 --- /dev/null +++ b/posts/2023-06-20-introducing-leadership-council.md @@ -0,0 +1,29 @@ +--- +layout: post +title: "Introducing the Rust Leadership Council" +author: Leadership Council +team: Leadership Council +--- + +As of today, [RFC 3392] has been merged, forming the new top level governance body of the Rust Project: the Leadership Council. The creation of this Council marks the end of both the Core Team and the interim Leadership Chat. + +The Council will assume responsibility for top-level governance concerns while most of the responsibilities of the Rust Project (such as maintenance of the compiler and core tooling, evolution of the language and standard libraries, administration of infrastructure, etc.) remain with the nine top level teams. + +Each of these top level teams has chosen a representative who collectively form [the Council](https://www.rust-lang.org/governance/teams/leadership-council): +- Compiler: Eric Holk +- Crates.io: Carol (Nichols || Goulding) +- Dev Tools: Eric Huss +- Infrastructure: Ryan Levick +- Language: Jack Huey +- Launching Pad: Jonathan Pallant +- Library: Mara Bos +- Moderation: Khionu Sybiern +- Release: Mark Rousskov + +First, we want to take a moment to thank the Core Team and interim Leadership Chat for the hard work they've put in over the years. Their efforts have been critical for the Rust Project. However, we do recognize that the governance of the Rust project has had its shortcomings. We hope to build on the successes and improve upon the failures to ultimately lead to greater transparency and accountability. + +We know that there is a lot of work to do and we are eager to get started. In the coming weeks we will be establishing the basic infrastructure for the group, including creating a plan for regular meetings and a process for raising agenda items, setting up a team repository, and ultimately completing the transition from the former Rust leadership structures. + +We will post more once this bootstrapping process has been completed. + +[RFC 3392]: https://github.com/rust-lang/rfcs/pull/3392 From 733b2f9c6e1a79980e96b04748e01992105eb7a0 Mon Sep 17 00:00:00 2001 From: Jack Huey <31162821+jackh726@users.noreply.github.com> Date: Mon, 19 Jun 2023 10:13:59 -0400 Subject: [PATCH 2/2] Address reviews by capitilizing Project, adding a link to top-level team definition, and adding a footnote for Launching Pad --- posts/2023-06-20-introducing-leadership-council.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/posts/2023-06-20-introducing-leadership-council.md b/posts/2023-06-20-introducing-leadership-council.md index 64e884668..0c43fc38e 100644 --- a/posts/2023-06-20-introducing-leadership-council.md +++ b/posts/2023-06-20-introducing-leadership-council.md @@ -9,21 +9,23 @@ As of today, [RFC 3392] has been merged, forming the new top level governance bo The Council will assume responsibility for top-level governance concerns while most of the responsibilities of the Rust Project (such as maintenance of the compiler and core tooling, evolution of the language and standard libraries, administration of infrastructure, etc.) remain with the nine top level teams. -Each of these top level teams has chosen a representative who collectively form [the Council](https://www.rust-lang.org/governance/teams/leadership-council): +Each of these top level teams, [as defined in the RFC](https://rust-lang.github.io/rfcs/3392-leadership-council.html#initial-list-of-top-level-teams), has chosen a representative who collectively form [the Council](https://www.rust-lang.org/governance/teams/leadership-council): - Compiler: Eric Holk - Crates.io: Carol (Nichols || Goulding) - Dev Tools: Eric Huss - Infrastructure: Ryan Levick - Language: Jack Huey -- Launching Pad: Jonathan Pallant +- Launching Pad[^1]: Jonathan Pallant - Library: Mara Bos - Moderation: Khionu Sybiern - Release: Mark Rousskov -First, we want to take a moment to thank the Core Team and interim Leadership Chat for the hard work they've put in over the years. Their efforts have been critical for the Rust Project. However, we do recognize that the governance of the Rust project has had its shortcomings. We hope to build on the successes and improve upon the failures to ultimately lead to greater transparency and accountability. +First, we want to take a moment to thank the Core Team and interim Leadership Chat for the hard work they've put in over the years. Their efforts have been critical for the Rust Project. However, we do recognize that the governance of the Rust Project has had its shortcomings. We hope to build on the successes and improve upon the failures to ultimately lead to greater transparency and accountability. We know that there is a lot of work to do and we are eager to get started. In the coming weeks we will be establishing the basic infrastructure for the group, including creating a plan for regular meetings and a process for raising agenda items, setting up a team repository, and ultimately completing the transition from the former Rust leadership structures. We will post more once this bootstrapping process has been completed. +[^1]: The RFC defines the launching pad team as a temporary umbrella team to represent subteams that do not currently have a top-level team. + [RFC 3392]: https://github.com/rust-lang/rfcs/pull/3392