diff --git a/.gitreview b/.gitreview index 656b9cd..3ed3af3 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.opendev.org port=29418 -project=openstack/election.git +project=airship/election.git diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..ed78a36 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,8 @@ +- project: + check: + jobs: + - noop + gate: + jobs: + - noop + diff --git a/doc/source/index.rst b/doc/source/index.rst index 83f9073..0d7e3d3 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -6,11 +6,11 @@ Airship Elections +-----------------+--------------------------+--------------------------+ | Events | Start Date | End Date | +=================+==========================+==========================+ -| TC Nominations | June 12, 2019 23:45 UTC | June 19, 2019 23:45 UTC | +| TC Nominations | June 18, 2019 19:00 UTC | June 25, 2019 19:00 UTC | +-----------------+--------------------------+--------------------------+ -| TC Campaign | June 19, 2019 23:45 UTC | June 26, 2019 23:45 UTC | +| TC Campaign | June 25, 2019 19:00 UTC | July 2, 2019 19:00 UTC | +-----------------+--------------------------+--------------------------+ -| TC Election | June 26, 2019 23:45 UTC | July 3, 2019 23:45 UTC | +| TC Election | July 2, 2019 19:00 UTC | July 9, 2019 19:00 UTC | +-----------------+--------------------------+--------------------------+ | WC Nominations | TBD | TBD | +-----------------+--------------------------+--------------------------+ @@ -136,14 +136,14 @@ repository. Here are the required steps: * Clone the election repository: git clone https://opendev.org/airship/election.git ; cd election * Create a new file - candidates//// + candidates/// containing the candidate statement. * Commit the candidacy: - git add candidates////; + git add candidates///; git commit * In the text editor add a title and specify your affiliation like: - Adding candidacy for role + Adding candidacy for role Affiliation: * Save the text and exit the text editor