Merge pull request #7433 from bridgetkromhout/template-aoe

date examples for steering election template
This commit is contained in:
Kubernetes Prow Robot 2023-08-27 18:49:21 -07:00 committed by GitHub
commit ee8c446e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,7 +1,9 @@
## RENAME THIS FILE TO election.yaml ## RENAME THIS FILE TO election.yaml
name: {{YEAR}} Steering Committee Election name: {{YEAR}} Steering Committee Election
organization: Kubernetes organization: Kubernetes
# Start of day in UTC for opening: 2023-08-29 00:00:01
start_datetime: {{DATETIME VOTING STARTS IN UTC}} start_datetime: {{DATETIME VOTING STARTS IN UTC}}
# End of day Anywhere on Earth for closing. Write 2023-09-26 as: 2023-09-27 11:59:59
end_datetime: {{DATETIME VOTING ENDS IN UTC}} end_datetime: {{DATETIME VOTING ENDS IN UTC}}
no_winners: {{# BEING ELECTED}} no_winners: {{# BEING ELECTED}}
allow_no_opinion: True allow_no_opinion: True
@ -15,4 +17,5 @@ election_officers:
- {{EO 3}} - {{EO 3}}
eligibility: Kubernetes Org members with {{NUM}} or more contributions in the last year can vote. See [the election guide](https://github.com/kubernetes/community/tree/master/elections/steering/{{YEAR}}) eligibility: Kubernetes Org members with {{NUM}} or more contributions in the last year can vote. See [the election guide](https://github.com/kubernetes/community/tree/master/elections/steering/{{YEAR}})
exception_description: Not all contributions are measured by DevStats. If you have contributions that are not so measured, then please request an exception to allow you to vote via the Elekto application. exception_description: Not all contributions are measured by DevStats. If you have contributions that are not so measured, then please request an exception to allow you to vote via the Elekto application.
# End of day Anywhere on Earth for closing. Write 2023-09-23 as: 2023-09-24 11:59:59
exception_due: {{DATETIME 3-4 DAYS BEFORE VOTING ENDS}} exception_due: {{DATETIME 3-4 DAYS BEFORE VOTING ENDS}}