Skip to content

Commit 2f5b5b4

Browse files
authored
Merge pull request #604 from cloudfoundry/2023-elections-voter-lists
2023 elections voter lists
2 parents 9145edf + a300ed9 commit 2f5b5b4

File tree

9 files changed

+398
-38
lines changed

9 files changed

+398
-38
lines changed

elections/2023/Paketo-TSC/README.md renamed to elections/2023/Paketo-SC/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# 2023 Paketo Buildpacks TSC Election Guide
1+
# 2023 Paketo Buildpacks Steering Committee Election Guide
22

33

44
## Overview
55

6+
The role of this inuagural election is to fill three (3) seats on the Paketo Buildpacks Steering Committee. The two nominees who recieve the most votes will serve two (2) year terms, and the nominee who recieves the third most votes will serve a one (1) year term. In subsequent elections, all terms will be for two (2) years.
67

7-
Each year, the Paketo Buildpacks technical community holds an election for open seats on the
8-
Technical Steering Committee (TSC).
9-
10-
This guide exists to serve as a guide to this year's election process.
8+
This guide exists to serve as a guide to this year's election process. For more information on the Paketo Buildpack Steering Committee, [please read this](https://github.com/paketo-buildpacks/community/blob/main/STEERING.md).
119

1210

1311
## Schedule
@@ -25,15 +23,15 @@ This guide exists to serve as a guide to this year's election process.
2523
### Nominations
2624

2725

28-
Every eligible voter can nominate candidates for the TSC, and we encourage you to do so. If you are
29-
eligible to serve on the TSC, you can self nominate! If you want to nominate someone else, do so as
30-
well!
26+
Every eligible voter can nominate candidates for the Steering Committee, and we encourage you to do so. If you are
27+
eligible to serve on the committee, you can self-nominate. If you want to nominate someone else, do so as
28+
well.
3129

3230

33-
You can nominate someone for the TSC by [submitting an issue using this template](https://github.com/cloudfoundry/community/issues/new?assignees=&labels=election&template=paketo-buildpacks-tsc-candidate-nomination.md&title=Paketo+Buildpacks+TSC+Candidate+Nomination+for+%5BPerson+Name%5D).
31+
You can nominate someone for the Steering Committee by [submitting an issue using this template](https://github.com/cloudfoundry/community/issues/new?assignees=&labels=election&template=paketo-buildpacks-sc-candidate-nomination.md&title=Paketo+Buildpacks+Steering+Committee+Candidate+Nomination+for+%5BPerson+Name%5D).
3432

3533

36-
The deadline is June 1nd to be nominated (and for the nominee to indicate acceptance).
34+
The deadline is June 1st to be nominated (and for the nominee to indicate acceptance).
3735

3836

3937
It is strongly recommended that you confirm that a nominee is interested and willing
@@ -43,7 +41,7 @@ to accept the nomination prior to submitting the nomination issue.
4341
### Confirming Nominee Eligibility
4442

4543

46-
Once a nomination is received, the CFF staff will contact the nominee to confirm acceptance
44+
Once a nomination is received, the CFF staff or existing Steering Committee will contact the nominee to confirm acceptance
4745
of the nomination. If the nominee accepts, they will be added to the list of nominees at the bottom
4846
of this file. The nomination issue will be closed, noting if the nominee accepted or declined the
4947
nomination.
@@ -52,15 +50,17 @@ nomination.
5250
## Voting Process
5351

5452

55-
The 2023 Paketo Buildpacks TSC election will be conducted using a [CFF-managed instance](https://elections.cloudfoundry.org) of [Elekto](https://elekto.dev), a CNCF infrastructure project
53+
The 2023 Paketo Buildpacks Steering Committee election will be conducted using a [CFF-managed instance](https://elections.cloudfoundry.org) of [Elekto](https://elekto.dev), a CNCF infrastructure project
5654
that implements Condorcet ranked-choice voting using the Schulze method. Elekto relies on GitHub
5755
for user identity and authentication, which better matches how members interact with the Cloud
5856
Foundry community on a day-to-day basis than the email identity that the [Condorcet Internet Voting
5957
Service](https://civs1.civs.us/) requires.
6058

59+
As stated in the Paketo [Steering Committee documentation](https://github.com/paketo-buildpacks/community/blob/main/STEERING.md), any individual who has contributed to Paketo Buildpacks in the twelve months prior to the election is eligible to vote in the Steering Committee election. Contributions include, but are not limited to, opening PRs, reviewing and commenting on PRs, opening and commenting on issues, writing design docs, commenting on design docs, participating in mailing list discussions and participating in working groups.
60+
6161
If Elekto fails to recognize you as eligible to vote in this election even though you believe you
62-
should be, please file a voting exception request [within the Elekto app](https://elections.cloudfoundry.org/app/elections/2023---Paketo-TSC/exception) or [via an issue on the
63-
community repository](https://github.com/cloudfoundry/community/issues/new?assignees=&labels=election&template=request-to-be-elector-for-paketo-buildpacks-tsc-election.md&title=Request+to+be+an+elector+for+Paketo-TSC+election).
62+
should be, please file a voting exception request [within the Elekto app](https://elections.cloudfoundry.org/app/elections/2023---Paketo-SC/exception) or [via an issue on the
63+
community repository](https://github.com/cloudfoundry/community/issues/new?assignees=&labels=election&template=request-to-be-elector-for-paketo-buildpacks-sc-election.md&title=Request+to+be+an+elector+for+Paketo+Steering+Committee+election).
6464

6565
Once the official election period starts, you will be able to rank the candidates in your preferred
6666
order and submit your ballot. You may set a password on your ballot, which is required to change

elections/2023/Paketo-TSC/election.yaml renamed to elections/2023/Paketo-SC/election.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: 2023 Paketo Buildpacks Technical Steering Committee election
1+
name: 2023 Paketo Buildpacks Steering Committee election
22
organization: Cloud Foundry Foundation
33
start_datetime: 2023-06-02 06:59:00 # 11:59 pm PDT, 01 Jun 2023
44
end_datetime: 2023-06-17 06:59:00 # 11:59 pm PDT, 16 Jun 2023
5-
no_winners: 2
5+
no_winners: 3
66
allow_no_opinion: True
77
delete_after: True
88
show_candidate_fields:
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
The role of this election is to fill the three (3) seats due for election this year on the Paketo Buildpacks Steering Committee. The two nominees who recieve the most votes will serve two (2) year terms, and the nominee who recieves the third most votes will serve a one (1) year term. In subsequent elections, all terms will be for two (2) years. This is a brief summary of the election; for more details, such as how to become a candidate, [see the README](https://github.com/cloudfoundry/community/tree/main/elections/2023/Paketo#readme).
2+
3+
## Eligibility
4+
5+
Any individual who has contributed to Paketo Buildpacks in the twelve months prior to the election is eligible to vote in the Steering Committee election. You will see either ELIGIBLE or NOT ELIGIBLE at the top of this screen. If Elekto fails to recognize you as eligible to vote in this election even though you believe you should be, please file a voting exception request [within the Elekto app](https://elections.cloudfoundry.org/app/elections/2023---Paketo-SC/exception) or [via an issue on the community repository](https://github.com/cloudfoundry/community/issues/new?assignees=&labels=election&template=request-to-be-elector-for-paketo-buildpacks-sc-election.md&title=Request+to+be+an+elector+for+Paketo+Steering+Committee+election). The deadline for filing exceptions is June 13th, 11:59 pm PT.
6+
7+
## Schedule
8+
9+
May 18: Election is announced and candidate nomination period begins
10+
June 1, 5:00 pm PDT: Candidate nomination period ends
11+
June 1, 11:59 pm PDT: Election begins
12+
June 16, 11:59 pm PDT: Election ends
13+
June 20: Announcement of results
14+
15+
## Changing Your Vote
16+
17+
With Elekto, you may revoke and re-cast your ballot until the election deadline of June 16th. To do so, set a passphrase when you cast your ballot; as long as you have that passphrase, you may re-cast your ballot by returning to the site.

elections/2023/Paketo-SC/voters.yaml

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
eligible_voters:
3+
- AidanDelaney
4+
- ajdergute
5+
- anthonydahanne
6+
- arjun024
7+
- Azbesciak
8+
- BarDweller
9+
- bbegw
10+
- belfo
11+
- bjongbloedt
12+
- blaenk
13+
- brayanhenao
14+
- c0d1ngm0nk3y
15+
- cforce
16+
- ChuckQuinnIV
17+
- conzetti
18+
- cz4rny
19+
- dashaun
20+
- davidmirror-ops
21+
- dmikusa
22+
- dpacheconr
23+
- dvigueras
24+
- eddumelendez
25+
- effulgentsia
26+
- ekcasey
27+
- emrekaratas06
28+
- engine-workflow
29+
- fg-j
30+
- fgrehm
31+
- findajay
32+
- ForestEckhardt
33+
- francescopersico
34+
- gkwan-ibm
35+
- goafabric
36+
- gudatcomputers
37+
- hibell
38+
- hovancik
39+
- imitbn
40+
- jansu76
41+
- jerzykrlkroche
42+
- jghiloni
43+
- johnkors
44+
- johnnyr0x
45+
- joshuatcasey
46+
- jpena-r7
47+
- kevin-ortega
48+
- kingdonb
49+
- kiranpatel11
50+
- kulhadia
51+
- loewenstein
52+
- makeavish
53+
- maliksalman
54+
- matejvasek
55+
- matthewmcnew
56+
- mgorsk1
57+
- mhdawson
58+
- mheath
59+
- modulo11
60+
- mstoodle
61+
- mterrel
62+
- mucsi96
63+
- musaffa
64+
- oceanicpanda
65+
- pacostas
66+
- pbusko
67+
- PerfectSlayer
68+
- peterjkirby
69+
- phil9909
70+
- pivotal-david-osullivan
71+
- pmbanugo
72+
- robdimsdale
73+
- ryanmoran
74+
- samj1912
75+
- SaschaSchwarze0
76+
- SchillingSebastian
77+
- scottfrederick
78+
- sdeleuze
79+
- semmet95
80+
- sgaist
81+
- sophiewigmore
82+
- sovereignstack
83+
- srisek
84+
- thitch97
85+
- ThomasVitale
86+
- TianMing2018
87+
- till
88+
- TisVictress
89+
- TomBeckett
90+
- ttys3
91+
- tuckeremulls
92+
- uqix
93+
- voor
94+
- xuan-nguyen-swe
95+
- zhoufenqin

elections/2023/Paketo-TSC/election_desc.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

elections/2023/Paketo-TSC/voters.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

elections/2023/TOC/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ for user identity and authentication, which better matches how members interact
6161
Foundry community on a day-to-day basis than the email identity that the [Condorcet Internet Voting
6262
Service](https://civs1.civs.us/) requires.
6363

64+
Any individual who has contributed to CFF projects or technical working groups in the twelve months prior to the election is eligible to vote in the TOC election. Contributions include, but are not limited to, opening PRs, reviewing and commenting on PRs, opening and commenting on issues, writing design docs, commenting on design docs, participating in mailing list discussions and participating in working groups.
65+
6466
If Elekto fails to recognize you as eligible to vote in this election even though you believe you
6567
should be, please file a voting exception request [within the Elekto app](https://elections.cloudfoundry.org/app/elections/2023---TOC/exception) or [via an issue on the
6668
community repository](https://github.com/cloudfoundry/community/issues/new?assignees=&labels=election&template=request-to-be-elector-for-toc-election.md&title=Request+to+be+an+elector+for+TOC+election).

elections/2023/TOC/election_desc.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
The role of this election is to fill the three (3) seats due for election this year on the Cloud Foundry Foundation TOC. The elected members will serve two (2) year terms. This is a brief summary of the election; for more details, such as how to become a candidate, [see the README](https://github.com/cloudfoundry/community/tree/main/elections/2023/TOC#readme).
22

3-
Eligibility
4-
All contributors with 25 or more contributions to any Cloud Foundry Foundation project over the last year are eligible to vote. You will see either ELIGIBLE or NOT ELIGIBLE at the top of this screen. If Elekto fails to recognize you as eligible to vote in this election even though you believe you should be, please file a voting exception request [within the Elekto app](https://elections.cloudfoundry.org/app/elections/2023---TOC/exception) or via an issue on the community repository. The deadline for filing exceptions is June 14th, 11:59 pm PT.
3+
## Eligibility
4+
5+
All contributors with 25 or more contributions to any Cloud Foundry Foundation project over the last year are eligible to vote. You will see either ELIGIBLE or NOT ELIGIBLE at the top of this screen. If Elekto fails to recognize you as eligible to vote in this election even though you believe you should be, please file a voting exception request [within the Elekto app](https://elections.cloudfoundry.org/app/elections/2023---TOC/exception) or via an issue on the community repository. The deadline for filing exceptions is June 13th, 11:59 pm PT.
6+
7+
## Schedule
58

6-
Schedule
79
May 18: Election is announced and candidate nomination period begins
810
June 1, 5:00 pm PDT: Candidate nomination period ends
911
June 1, 11:59 pm PDT: Election begins
1012
June 16, 11:59 pm PDT: Election ends
1113
June 20: Announcement of results
12-
Changing Your Vote
14+
15+
## Changing Your Vote
16+
1317
With Elekto, you may revoke and re-cast your ballot until the election deadline of June 16th. To do so, set a passphrase when you cast your ballot; as long as you have that passphrase, you may re-cast your ballot by returning to the site.

0 commit comments

Comments
 (0)