From 797aacb2bf17ee514b88b8f7b499ba57c1e8005f Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Wed, 23 Aug 2023 11:30:41 -0700 Subject: [PATCH 1/7] Add a blog post describing and launching the project director election process --- ...23-09-01-electing-new-project-directors.md | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 posts/2023-09-01-electing-new-project-directors.md diff --git a/posts/2023-09-01-electing-new-project-directors.md b/posts/2023-09-01-electing-new-project-directors.md new file mode 100644 index 000000000..e846140c3 --- /dev/null +++ b/posts/2023-09-01-electing-new-project-directors.md @@ -0,0 +1,70 @@ +--- +layout: post +title: "Electing New Project Directors" +author: Leadership Council +team: Leadership Council +--- + +Today we are launching the process to elect new Project Directors to the Rust Foundation Board of Directors. +As we begin the process, we wanted to spend some time explaining the goals and procedures we will follow. +We will summarize everything here, but if you would like to you can read the [official process documentation][pde-process]. + +We ask all project members to begin working with their Leadership Council representative to nominate potential Project Directors. See the [Candidate Gathering](#candidate-gathering) section for more details. Nominations are due by September 15, 2023. + + +[pde-process]: https://github.com/rust-lang/leadership-council/pull/12 + +The Rust Foundation Board of Directors has five seats reserved for Project Directors. +These Project Directors serve as representatives of the Rust project itself on the Board. +Like all Directors, the Project Directors are elected by the entity they represent, which in the case of the Rust Project means they are elected by the Rust Leadership Council. +Project Directors serve for a term of two years and will have staggered terms. +This year we will appoint two new directors and next year we will appoint three new directors. + +We want to make sure the Project Directors can effectively represent the project as a whole, so we are soliciting input from the whole project. +The elections process will go through two phases: Candidate Gathering and Election. +Read on for more detail about how these work. + +## Candidate Gathering + +The first phase is beginning right now. +In this phase, we are inviting the members of the Rust Project to nominate people who will make good project directors. +The goal is to bubble these up to the Council through each of the top-level teams. +You should be hearing from your Council Representative soon with more details, but if not, feel free to reach out to them directly. + +Each team is encouraged to suggest candidates. +Since we are electing two new directors, it would be ideal for teams to nominate two candidates, but teams can nominate more or fewer as they see fit. +Nominees can be anyone in the project and do not have to be a member of the team who nominates them. + +The candidate gathering process will be open until September 15, at which point each team's Council Representative will share their team's nominations and reasoning with the whole Leadership Council. +At this point, the Council will confirm with each of the nominees that they are willing to accept the nomination and fill the role of Project Director. +Then the Council will publish the set of candidates. + +This then starts a ten day period where members of the Rust Project are invited to share feedback on the nominees with the Council. +This feedback can include reasons why a nominee would make a good project director, or concerns the Council should be aware of. + +The Council will announce the set of nominees by September 19 and the ten day feedback period will last until September 29. +Once this time has passed, we will move on to the election phase. + +## Election + +The Council will meet during the week of October 1 to complete the election process. +In this meeting we will discuss each candidate and once we have done this the facilitator will propose a set of two of them to be the new Project Directors. +The facilitator puts this to a vote, and if the Council unanimously agrees with the proposed pair of candidates then the process is completed. +Otherwise, we will give another opportunity for council members to express their objections and we will continue with another proposal. +This process repeats until we find two nominees who the Council can unanimously consent to. +The Council will then confirm these nominees through an official vote. + +Once this is done, we will announce the new Project Directors. +In addition, we will contact each of the nominees, including those who were not elected, to tell them a little bit more about what we saw as their strengths and opportunities for growth to help them serve better in similar roles in the future. + +## Timeline + +This process will continue through all of September and into October. +Below are the key dates: + +* Candidate nominations due: September 15 +* Candidates published: September 19 +* Feedback period: September 19 - 29 +* Election meeting: Week of October 1 + +After the election meeting happens, the Rust Leadership Council will announce the results and the new Project Directors will assume their responsibilities. From 96dac69262c0f9072de1bcd375a204ba6441a06c Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Thu, 24 Aug 2023 16:09:50 -0700 Subject: [PATCH 2/7] Apply suggestions --- posts/2023-09-01-electing-new-project-directors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/posts/2023-09-01-electing-new-project-directors.md b/posts/2023-09-01-electing-new-project-directors.md index e846140c3..3442e6de8 100644 --- a/posts/2023-09-01-electing-new-project-directors.md +++ b/posts/2023-09-01-electing-new-project-directors.md @@ -14,6 +14,8 @@ We ask all project members to begin working with their Leadership Council repres [pde-process]: https://github.com/rust-lang/leadership-council/pull/12 +## What are Project Directors? + The Rust Foundation Board of Directors has five seats reserved for Project Directors. These Project Directors serve as representatives of the Rust project itself on the Board. Like all Directors, the Project Directors are elected by the entity they represent, which in the case of the Rust Project means they are elected by the Rust Leadership Council. @@ -32,7 +34,7 @@ The goal is to bubble these up to the Council through each of the top-level team You should be hearing from your Council Representative soon with more details, but if not, feel free to reach out to them directly. Each team is encouraged to suggest candidates. -Since we are electing two new directors, it would be ideal for teams to nominate two candidates, but teams can nominate more or fewer as they see fit. +Since we are electing two new directors, it would be ideal for teams to nominate at least two candidates. Nominees can be anyone in the project and do not have to be a member of the team who nominates them. The candidate gathering process will be open until September 15, at which point each team's Council Representative will share their team's nominations and reasoning with the whole Leadership Council. From 0bf1df88580478f420ac3c38513ac5e0bdee7476 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Fri, 25 Aug 2023 10:37:52 -0700 Subject: [PATCH 3/7] Added an acknowledgments section --- posts/2023-09-01-electing-new-project-directors.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/posts/2023-09-01-electing-new-project-directors.md b/posts/2023-09-01-electing-new-project-directors.md index 3442e6de8..3e3a11105 100644 --- a/posts/2023-09-01-electing-new-project-directors.md +++ b/posts/2023-09-01-electing-new-project-directors.md @@ -70,3 +70,10 @@ Below are the key dates: * Election meeting: Week of October 1 After the election meeting happens, the Rust Leadership Council will announce the results and the new Project Directors will assume their responsibilities. + +## Acknowledgements + +A number of people have been involved in designing and launching this election process and we wish to extend a heartfelt thanks to all of them! +We'd especially like to thank the members of the Project Director Election Proposal Committee: Jane Losare-Lusby, Eric Holk, and Ryan Levick. +Additionally, many members of the Rust Community have provided feedback and thoughtful discussions that led to significant improvements to the process. +We are grateful for all of your contributions. From 321975d21786d5bbdf3e2847ccc7abcb2935cdd4 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Tue, 29 Aug 2023 15:14:44 -0700 Subject: [PATCH 4/7] Edits based on review suggestions --- posts/2023-09-01-electing-new-project-directors.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/posts/2023-09-01-electing-new-project-directors.md b/posts/2023-09-01-electing-new-project-directors.md index 3e3a11105..56ecf9536 100644 --- a/posts/2023-09-01-electing-new-project-directors.md +++ b/posts/2023-09-01-electing-new-project-directors.md @@ -22,6 +22,9 @@ Like all Directors, the Project Directors are elected by the entity they represe Project Directors serve for a term of two years and will have staggered terms. This year we will appoint two new directors and next year we will appoint three new directors. +The current project directors are Jane Losare-Lusby, Josh Stone, Mark Rousskov, Ryan Levick and Tyler Mandry. +This year, Jane Losare-Lusby and Josh Stone will be rotating out of their roles as Project Directors, so the current elections are to fill their seats. + We want to make sure the Project Directors can effectively represent the project as a whole, so we are soliciting input from the whole project. The elections process will go through two phases: Candidate Gathering and Election. Read on for more detail about how these work. @@ -29,7 +32,7 @@ Read on for more detail about how these work. ## Candidate Gathering The first phase is beginning right now. -In this phase, we are inviting the members of the Rust Project to nominate people who will make good project directors. +In this phase, we are inviting the members of all of the top level Rust teams and their subteams to nominate people who will make good project directors. The goal is to bubble these up to the Council through each of the top-level teams. You should be hearing from your Council Representative soon with more details, but if not, feel free to reach out to them directly. From 68f34fca7766a76cf10c85b457ac35681cf8b0aa Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Tue, 29 Aug 2023 15:17:17 -0700 Subject: [PATCH 5/7] Update publication date to tomorrow --- ...-directors.md => 2023-08-30-electing-new-project-directors.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename posts/{2023-09-01-electing-new-project-directors.md => 2023-08-30-electing-new-project-directors.md} (100%) diff --git a/posts/2023-09-01-electing-new-project-directors.md b/posts/2023-08-30-electing-new-project-directors.md similarity index 100% rename from posts/2023-09-01-electing-new-project-directors.md rename to posts/2023-08-30-electing-new-project-directors.md From a39f8c79dfb4365c0c4d48b699b66314566af954 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Wed, 30 Aug 2023 12:00:08 -0700 Subject: [PATCH 6/7] Update link to point at the merged election process document --- posts/2023-08-30-electing-new-project-directors.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/posts/2023-08-30-electing-new-project-directors.md b/posts/2023-08-30-electing-new-project-directors.md index 56ecf9536..ac8a70dd6 100644 --- a/posts/2023-08-30-electing-new-project-directors.md +++ b/posts/2023-08-30-electing-new-project-directors.md @@ -11,8 +11,7 @@ We will summarize everything here, but if you would like to you can read the [of We ask all project members to begin working with their Leadership Council representative to nominate potential Project Directors. See the [Candidate Gathering](#candidate-gathering) section for more details. Nominations are due by September 15, 2023. - -[pde-process]: https://github.com/rust-lang/leadership-council/pull/12 +[pde-process]: https://github.com/rust-lang/leadership-council/blob/main/policies/project-director-election-process.md ## What are Project Directors? From adc3806e0808b063befd653dc45ac74c06632a7b Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Wed, 30 Aug 2023 12:03:58 -0700 Subject: [PATCH 7/7] Add a thanks to our departing directors --- posts/2023-08-30-electing-new-project-directors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/posts/2023-08-30-electing-new-project-directors.md b/posts/2023-08-30-electing-new-project-directors.md index ac8a70dd6..beb7f7124 100644 --- a/posts/2023-08-30-electing-new-project-directors.md +++ b/posts/2023-08-30-electing-new-project-directors.md @@ -23,6 +23,7 @@ This year we will appoint two new directors and next year we will appoint three The current project directors are Jane Losare-Lusby, Josh Stone, Mark Rousskov, Ryan Levick and Tyler Mandry. This year, Jane Losare-Lusby and Josh Stone will be rotating out of their roles as Project Directors, so the current elections are to fill their seats. +We are grateful for the work the Jane and Josh have put in during their terms as Project Directors! We want to make sure the Project Directors can effectively represent the project as a whole, so we are soliciting input from the whole project. The elections process will go through two phases: Candidate Gathering and Election.