Skip to content

Commit

Permalink
Tweak contributions css
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendPeter committed Jan 28, 2025
1 parent e672765 commit caa52a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/contributions/0_contribution_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ We're so excited you're interested in contributing! Here's how to get plugged in

1. [Join Equal Vote](https://equal.vote/join) : BetterVoting is a project of the Equal Vote Coalition, a nonpartisan 501c3 nonprofit. Joining will sign you up for email updates, add you to the slack, and bring you in contact with our volunteer coordinator.

1. Create a GitHub account : Most roles will require a GitHub account (even if you're not a developer). [drop an email to [email protected]](mailto:[email protected]?subject=Triage%20Permissions%20Request&body=Hi%20there!%20Please%20add%20triage%20permissions%20for%20INSERT_GITHUB_USER_NAME.) so you can get setup with basic triage permissions.

1. Get setup for your role :

<div style="display: grid; column-gap: 10px; row-gap: 40px; grid-template-rows: 1fr 1fr; grid-template-columns: max-content 1fr">
<div><i>For Developers:</i></div>
<div><a href="1_local_setup.html">Setup BetterVoting locally</a>, so that you can develop and test your changes. Then <a href="https://github.com/Equal-Vote/star-server/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22">grab a good-first-issue</a>!<br/><br/>You will need triage access in order to self assign <a href="mailto:[email protected]?subject=Triage%20Permissions%20Request&body=Hi%20there!%20Please%20add%20triage%20permissions%20for%20INSERT_GITHUB_USER_NAME.">drop an email to [email protected]</a> with your github username in order to get permissions.</div>
<div>
<a href="1_local_setup.html">Setup BetterVoting locally</a>, so that you can develop and test your changes. Then <a href="https://github.com/Equal-Vote/star-server/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22">grab a good-first-issue</a>!
</div>
<div><i>For Translators:</i></div>
<div><a href="5_adding_translations.html">Follow our translation process</a> to add support for your language in BetterVoting.</div>
</div>
Expand Down

0 comments on commit caa52a7

Please sign in to comment.