From bc0a72300c5ea3961d701cd96377c60c48aef09b Mon Sep 17 00:00:00 2001 From: f57fea14 Date: Sat, 18 Oct 2014 23:57:59 -0400 Subject: [PATCH] =?utf8?q?Added=20[=E2=87=A7]=20to=20jump=20up=20back=20to?= =?utf8?q?=20the=20table=20of=20contents,=20replaced=20bullet=20points=20w?= =?utf8?q?ith=20numbers,=20put=20"Try=20to=20use=20an=20email=20address...?= =?utf8?q?"=20on=20a=20new=20line.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- How-to-Contribute/README.md | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/How-to-Contribute/README.md b/How-to-Contribute/README.md index 391ade7..07ba7f9 100644 --- a/How-to-Contribute/README.md +++ b/How-to-Contribute/README.md @@ -3,24 +3,23 @@ How to Contribute to the GitGud ## Contents -- [Make an account](#how-to-quickly-make-an-account) -- [Using the Web Editor](#web-editor) -- [Setup SSH keys](#ssh-keys) -- [Fork and make changes to your repository](#fork-the-repository) -- [Merge your changes](#merge-your-changes) -- [Keep your repository updated](#how-to-update-your-copy) -- [Open issues and contribute to existing issues](#open-issues-and-contribute-to-existing-issues) +1. [Make an account](#how-to-quickly-make-an-account) +2. [Using the Web Editor](#web-editor) +3. [Setup SSH keys](#ssh-keys) +4. [Fork and make changes to your repository](#fork-the-repository) +5. [Merge your changes](#merge-your-changes) +6. [Keep your repository updated](#how-to-update-your-copy) +7. [Open issues and contribute to existing issues](#open-issues-and-contribute-to-existing-issues) ![Image: Iwantyou](http://a.pomf.se/usysfm.jpg) -### How to quickly make an account +### [\[⇧\]](#contents) How to quickly make an account -Go to [gitgud.net](http://gitgud.net/users/sign_in) and [sign up](http://gitgud.net/users/sign_up) -Try to use an email address you'll be able to check for updates with. For example -[cock.li](http://cock.li/register.php) is one such provider. +Go to [gitgud.net](http://gitgud.net/users/sign_in) and [sign up](http://gitgud.net/users/sign_up). +Try to use an email address you'll be able to check for updates with. For example [cock.li](http://cock.li/register.php) is one such provider. -### Web Editor +### [\[⇧\]](#contents) Web Editor #### First, fork the repostory @@ -51,18 +50,18 @@ Try to use an email address you'll be able to check for updates with. For exampl ![Image: step7](http://a.pomf.se/vjdlnb.png) -## Advanced +## [\[⇧\]](#contents) Advanced If you don't want to use the web editor and are comfortable with git see below! -### SSH Keys +### [\[⇧\]](#contents) SSH Keys If you've never used ssh or something similar to gitgud before, you'll need to setup your ssh keys. Our old friend Github has the best guide for this, [check it here](https://help.github.com/articles/generating-ssh-keys/) and just ignore the last part about testing it out. -### Fork the repository +### [\[⇧\]](#contents) Fork the repository ![Image: forking](http://a.pomf.se/cilxve.png) @@ -83,7 +82,7 @@ then you can get the latest by running at any time. -### Merge Requests +### [\[⇧\]](#contents) Merge Requests Once you've worked on something, you'll want to [make a merge request](http://gitgud.net/gamergate/gamergateop/merge_requests) to the master branch of the main repository. You can assign it to any of the @@ -97,7 +96,7 @@ to be changed. While we **all** know \#GamerGate is not about that, we can still try to nip any potential complaints in the bud. -### How to Update your copy +### [\[⇧\]](#contents) How to Update your copy You'll want to keep the latest and most up to date information on your repository, this means pulling and merging the code from the main repository @@ -106,7 +105,7 @@ remote [(see above)](#fork-the-repository) and then running git pull upstream master -### Open issues and contribute to existing issues +### [\[⇧\]](#contents) Open issues and contribute to existing issues You can check out the [open issues here](http://gitgud.net/gamergate/gamergateop/issues) if you see one you think you can take on, please do! Many improvements to the -- 2.11.4.GIT