Improve "How to submit a candidacy" formatting

Change-Id: Iefad15950a14a3985877b72ffb7d5789f3a12f92
This commit is contained in:
Tim Burke 2022-07-29 15:20:34 -07:00
parent ea373d5ef8
commit cee56ea7c2
1 changed files with 12 additions and 5 deletions

View File

@ -97,13 +97,20 @@ https://docs.openstack.org/infra/manual/developers.html
Candidacies now need to be submitted as a text file to the openstack/election
repository. Here are the required steps:
* Clone the election repository:
git clone https://opendev.org/openstack/election ; cd election
* Clone the election repository::
git clone https://opendev.org/openstack/election ; cd election
* Create a new file candidates/<cycle>/<project_name>/<email_address>
containing the candidate statement.
* Commit the candidacy: git add candidates/<cycle>/\*/\*;
git commit -m "Adding <your_name> candidacy for <project_name>"
* Submit your candidacy: git review
* Commit the candidacy::
git add candidates/<cycle>/*/*
git commit -m "Adding <your_name> candidacy for <project_name>"
* Submit your candidacy::
git review
For example Dana Developer (ddev on IRC) would compose a platform in a file
named "candidates/newton/Nova/dana\@inconnu.org" to submit a Newton Nova PTL