-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a78c10
commit e672765
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,10 +13,10 @@ We're so excited you're interested in contributing! Here's how to get plugged in | |
|
||
1. Get setup for your role : | ||
|
||
<div style="display: grid; gap: 30px; grid-template-rows: 1fr 1fr; grid-template-columns: 100px 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><i>For Translators</i></div> | ||
<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><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> | ||
|
||
|