Skip to content

Commit

Permalink
Merge pull request #7954 from keizer619/hacktorberfest
Browse files Browse the repository at this point in the history
Improve written content
  • Loading branch information
keizer619 authored Sep 30, 2023
2 parents 52050fd + 3e081be commit 4da32d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/hacktoberfest/rewards/Rewards.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function Rewards(props) {
<ul>
<li>$25 Amazon voucher</li>
<li>Ballerina branded sticker pack</li>
<li>WSO2 free vouchers for <a className={styles.titleLink} target="_blank" rel="noreferrer" href="https://wso2.com/training/certification/">practitioner and developer certifications</a></li>
<li>Free vouchers for WSO2 <a className={styles.titleLink} target="_blank" rel="noreferrer" href="https://wso2.com/training/certification/">practitioner and developer certifications</a></li>
<li><a className={styles.titleLink} target="_blank" rel="noreferrer" href="https://wso2.com/choreo/">Choreo</a> credits (10 components for free for 3 months + $1,000 infrastructure credits)</li>
</ul>
</div>
Expand All @@ -83,11 +83,11 @@ export default function Rewards(props) {
<li>3rd Place : $100</li>
</ul>
<p>6 more winners will get Amazon vouchers valued at $50 USD.</p>
<p>Additionally all of above will receive;</p>
<p>Additionally, all of the above will receive:</p>
<ul>
<li>Ballerina T-shirt</li>
<li>Ballerina branded sticker pack</li>
<li>WSO2 free vouchers for <a className={styles.titleLink} target="_blank" rel="noreferrer" href="https://wso2.com/training/certification/">practitioner and developer certifications</a></li>
<li>Free vouchers for WSO2 <a className={styles.titleLink} target="_blank" rel="noreferrer" href="https://wso2.com/training/certification/">practitioner and developer certifications</a></li>
<li><a className={styles.titleLink} target="_blank" rel="noreferrer" href="https://wso2.com/choreo/">Choreo</a> credits (10 components for free for 3 months + $1,000 infrastructure credits)</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/hacktoberfest/rules/Rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Rules(props) {
<ol>
<li>For all code contributions,
<ol type="a">
<li>Refer to the Hacktoberfest project board and pick issues to work on from <a target='_blank' rel='noreferrer' className={styles.titleLink} href="https://github.com/orgs/ballerina-platform/projects/362/views/1">Project Board</a>.</li>
<li>Refer to the Hacktoberfest <a target='_blank' rel='noreferrer' className={styles.titleLink} href="https://github.com/orgs/ballerina-platform/projects/362/views/1">project board</a> and pick issues to work on.</li>
<li>Once you start on the issue, leave a comment saying you are working on the issue. Then, that issue will be reserved for you.</li>
<li>Once ready, submit the PR, address the review comments if there are any, and get it merged.</li>
<li>If your PR is merged, submit the <a target='_blank' rel='noreferrer' className={styles.titleLink} href="https://forms.gle/EuekCiRMrpqmJE6K6">form</a> with the PR details and other information.</li>
Expand Down

0 comments on commit 4da32d0

Please sign in to comment.