From f18a7b9bc579c315c839e248fbadbcdd1c4e4d07 Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Sat, 25 Jan 2025 07:32:30 +0900 Subject: [PATCH] Render election schedule to releases properly This change reflects releases team feedback not to render as project-specific. Change-Id: I21d441bf05bd5382ca78a936a47c93afbbc22a52 --- openstack_election/cmds/update_releases_calendar.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/openstack_election/cmds/update_releases_calendar.py b/openstack_election/cmds/update_releases_calendar.py index 00422660..c60e5f0f 100644 --- a/openstack_election/cmds/update_releases_calendar.py +++ b/openstack_election/cmds/update_releases_calendar.py @@ -22,12 +22,12 @@ from openstack_election import yamlutils conf = config.load_conf() rst_template = textwrap.dedent(""" {release} TC and PTL Elections - --------------------------- + =========================== .. _{nrl}-election-email-deadline: {release} Election Email Deadline - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ------------------------------ Contributors that will be in the electorate for the upcoming election should confirm their gerrit email addresses by this date ({deadline_date} at {deadline_time} UTC). Electorate rolls are generated after this date and ballots will @@ -36,7 +36,7 @@ rst_template = textwrap.dedent(""" .. _{nrl}-election-nominations: {release} Election Nomination Begins - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + --------------------------------- Candidates interested in serving for the next calendar year (TC), or development cycle (PTL) should announce their candidacies and platforms during this week. Please see the `Election site`_ for specific timing information. @@ -44,7 +44,7 @@ rst_template = textwrap.dedent(""" .. _{nrl}-election-campaigning: {release} Election Campaigning Begins - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ---------------------------------- The electorate has time to ask candidates questions about their platforms and debate topics before polling begins. Please see the `Election site`_ for specific timing information. @@ -52,14 +52,14 @@ rst_template = textwrap.dedent(""" .. _{nrl}-election-voting: {release} Election Polling Begins - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + -------------------------------- Election polling for open seats on the TC and any required PTL elections. Please see the `Election site`_ for specific timing information. .. _{nrl}-election-close: {release} Election Polling Ends - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ---------------------------- All polls close in the {release} Election and results announced. Please see the `Election site`_ for specific timing information.