Submission rules
This commit is contained in:
parent
9dad3e7e1f
commit
5a7dcac808
18
index.html
18
index.html
|
@ -268,6 +268,24 @@
|
|||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<h3 class="faq-title">Submission Guide</h3>
|
||||
<div class="faq-text">
|
||||
<p>Follow this <a href=https://youtu.be/FIywCowsGpg
">video tutorial</a> that shows step-by-step how to submit your project.</p><br/>
|
||||
<p><strong>Note:</strong></p>
|
||||
<ol class="faq-rules">
|
||||
<li>If you have a smart contract, you need to deploy it to Ropsten</li>
|
||||
<li>Make your DApps and chatbots accessible on the internet with URLs</li>
|
||||
<li>Add the `contact.json` and `README` files to your project, like this <a href="https://github.com/flexsurfer/status">sample project</a></li>
|
||||
<li>Don't forget to update your GitHub Issue RSVP description (include any challenges you faced) and team members</li>
|
||||
<li>Optionally, record a max 5-minute demo video and include the URL in your GitHub Issue (NOT pull request)</li>
|
||||
</ol>
|
||||
<br/>
|
||||
<p>
|
||||
All this will help the judges understand your project easily. When you've done all that, submit your pull request to feel the sweet satisfaction of success 🚀
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<h3 class="faq-title">I have more questions!</h3>
|
||||
<div class="faq-text">Come say Hi on <a href="http://slack.status.im/" target="_blank">our Slack</a>, and direct any questions you may have in #hackathon, we’d be happy to answer them.</div>
|
||||
|
|
Loading…
Reference in New Issue