Improve "How to submit a candidacy" formatting
Change-Id: Iefad15950a14a3985877b72ffb7d5789f3a12f92
This commit is contained in:
parent
ea373d5ef8
commit
cee56ea7c2
@ -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
|
Candidacies now need to be submitted as a text file to the openstack/election
|
||||||
repository. Here are the required steps:
|
repository. Here are the required steps:
|
||||||
|
|
||||||
* Clone the election repository:
|
* Clone the election repository::
|
||||||
|
|
||||||
git clone https://opendev.org/openstack/election ; cd election
|
git clone https://opendev.org/openstack/election ; cd election
|
||||||
|
|
||||||
* Create a new file candidates/<cycle>/<project_name>/<email_address>
|
* Create a new file candidates/<cycle>/<project_name>/<email_address>
|
||||||
containing the candidate statement.
|
containing the candidate statement.
|
||||||
* Commit the candidacy: git add candidates/<cycle>/\*/\*;
|
* Commit the candidacy::
|
||||||
|
|
||||||
|
git add candidates/<cycle>/*/*
|
||||||
git commit -m "Adding <your_name> candidacy for <project_name>"
|
git commit -m "Adding <your_name> candidacy for <project_name>"
|
||||||
* Submit your candidacy: git review
|
|
||||||
|
* Submit your candidacy::
|
||||||
|
|
||||||
|
git review
|
||||||
|
|
||||||
For example Dana Developer (ddev on IRC) would compose a platform in a file
|
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
|
named "candidates/newton/Nova/dana\@inconnu.org" to submit a Newton Nova PTL
|
||||||
|
Loading…
Reference in New Issue
Block a user