From 119165be672d57aad4bbbadff8b3e6329feb491a Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 30 Sep 2020 00:08:46 +0000 Subject: [PATCH] Add a combined_end_nominations E-mail template Since the last time we ran a combined election there were no runoffs needed, nobody had yet created an end_nominations template for the combined model. This one is a mashup of the existing PTL and TC templates, with some patterns borrowed from combined templates for other events. Also included is a typo fix for the combined_nominations_last_days template which I just noticed when referencing it. Change-Id: Icfbff4ec284f227d2c575f43cf97e27190bca62e --- .../templates/combined_end_nominations.j2 | 24 +++++++++++++++++++ .../combined_nominations_last_days.j2 | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 openstack_election/templates/combined_end_nominations.j2 diff --git a/openstack_election/templates/combined_end_nominations.j2 b/openstack_election/templates/combined_end_nominations.j2 new file mode 100644 index 00000000..c96d5eed --- /dev/null +++ b/openstack_election/templates/combined_end_nominations.j2 @@ -0,0 +1,24 @@ +To: openstack-discuss@lists.openstack.org +Subject: [all][elections][ptl][tc] Combined PTL/TC Nominations End + +The PTL and TC Nomination period is now over. The official candidate lists +for PTLs [0] and TC seats [1] are available on the election website. + +-- PTL Election Details -- +There are {{ leaderless_count }} projects without candidates, so according to this +resolution[2], the TC will have to decide how the following +projects will proceed: {{ list_of_leaderless_projects }} + +-- TC Election Details -- +There are {{ election_count }} projects that will have elections: {{ list_of_elections }}. + +Now begins the campaigning period where candidates and electorate +may debate their statements. + +Polling will start {{ election_start }}. + +Thank you, + +[0] https://governance.openstack.org/election/#{{ release }}-ptl-candidates +[1] https://governance.openstack.org/election/#{{ release }}-tc-candidates +[2] {{ leaderless_url }} diff --git a/openstack_election/templates/combined_nominations_last_days.j2 b/openstack_election/templates/combined_nominations_last_days.j2 index 9c1c00a6..c71c9171 100644 --- a/openstack_election/templates/combined_nominations_last_days.j2 +++ b/openstack_election/templates/combined_nominations_last_days.j2 @@ -1,5 +1,5 @@ To: openstack-discuss@lists.openstack.org -Subject: [all][elections][ptl][tc] Conbined PTL/TC Nominations Last Days +Subject: [all][elections][ptl][tc] Combined PTL/TC Nominations Last Days A quick reminder that we are in the last hours for declaring PTL and TC candidacies. Nominations are open until {{ end_nominations }}.