Skip to content

Commit

Permalink
add steps
Browse files Browse the repository at this point in the history
  • Loading branch information
p4u committed Nov 17, 2023
1 parent c725b18 commit 9643853
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,22 @@ <h2>Participation Guidelines</h2>
<!-- <pre>docker run --rm -it vocdoni/zk-voceremony</pre> -->
<pre>WE ARE FIXING THE CEREMONY CONTRIBUTION PROCESS, WE DETECTED AN ISSUE. PLEASE VISIT THIS PAGE IN FEW HOURS.</pre>
<p>Then, simply follow the on-screen instructions.</p>
<p>You can follow the ceremony process <a href="https://github.com/vocdoni/zk-voceremony/tree/ceremony/vocdoni-zkcensus-ceremony" target="_blank">in its branch</a>.</p>
<p>This command will execute the following steps</p>
<div class="list-container">
<ol>
<li>Download the docker image that contains all required software.</li>
<li>Get the last contribution from the remote repository.</li>
<li>Create a new contribution with some random entropy.</li>
<li>Ask for a Github code to authenticate.</li>
<li>Fork and create a pull-request to the ceremony repository.</li>
<li>An automatic CI action will verify your contribution and merge it.</li>
<li>You are done! Thanks for your support.</li>
</ol>
</div>

<p>You can follow the ceremony process and review the code <a href="https://github.com/vocdoni/zk-voceremony/tree/ceremony/vocdoni-zkcensus-ceremony" target="_blank">in its branch</a>.</p>

<p>If you encounter the following error <i>[rejected] failed to push some refs....</i> during the final step, please start the process anew.
<p>If you encounter an error on the final merge step <i>[rejected] failed to push some refs....</i>, please start the process anew.
This indicates that someone else has contributed before you. To proceed, you need to update your information and contribute again.</p>
</div>
<img src="contribute-demo.gif" alt="demo" style="max-width: 1200px;border: 2px solid #ffffff78;margin-top: 20px;">
Expand Down

0 comments on commit 9643853

Please sign in to comment.