election/doc/source/_exts/ptl_announce.jinja
Sean McGinnis 489246c058
Sort team names in PTL election results
Change I9b9526e3a5ddd42545a086b4b7a0fe03923915ed sorted project teams
for the list of active PTL election candidates, but did not go far
enough to also sort the teams in the final results of the election.

Change-Id: Ic97857e1dd14401ebcfef0776106f036b495d3f8
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-03-22 14:31:23 -05:00

21 lines
1.1 KiB
Django/Jinja

To: openstack-dev@lists.openstack.org, openstack-announce@lists.openstack.org
Subject: [all][elections] Project Team Lead Election Conclusion and Results
Thank you to the electorate, to all those who voted and to all candidates who put their name forward for Project Team Lead (PTL) in this election. A healthy, open process breeds trust in our decision making capability thank you to all those who make this process possible.
Now for the results of the PTL election process, please join me in extending congratulations to the following PTLs:
{% for project in projects|sort %}
* {{ project.replace('_', ' ').ljust(25) }} : {% for candidate in candidates[project] %}{% if candidate['elected'] and 'url' in candidate %}{{ candidate['fullname'].ljust(44) }}{% endif %}{% endfor %}
{% endfor %}
Elections:
{% for project in projects %}{% if project in elections_results %}
* {{ project }}: {{ elections_results[project] }}
{% endif %}{% endfor %}
Election process details and results are also available here: https://governance.openstack.org/election/
Thank you to all involved in the PTL election process,