summaryrefslogtreecommitdiff
path: root/docs/getting_started_github.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started_github.md')
-rw-r--r--docs/getting_started_github.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/getting_started_github.md b/docs/getting_started_github.md
index b8587dbb13..4cc9978d3d 100644
--- a/docs/getting_started_github.md
+++ b/docs/getting_started_github.md
@@ -8,15 +8,15 @@ This guide assumes you're somewhat comfortable with running things at the comman
8 8
9Start on the [QMK GitHub page](https://github.com/qmk/qmk_firmware), and you'll see a button in the upper right that says "Fork": 9Start on the [QMK GitHub page](https://github.com/qmk/qmk_firmware), and you'll see a button in the upper right that says "Fork":
10 10
11![Fork on GitHub](https://i.imgur.com/8Toomz4.jpg) 11![Fork on GitHub](/8Toomz4.jpg)
12 12
13If you're a part of an organization, you'll need to choose which account to fork it to. In most circumstances, you'll want to fork it to your personal account. Once your fork is completed (sometimes this takes a little while), click the "Clone or Download" button: 13If you're a part of an organization, you'll need to choose which account to fork it to. In most circumstances, you'll want to fork it to your personal account. Once your fork is completed (sometimes this takes a little while), click the "Clone or Download" button:
14 14
15![Download from GitHub](https://i.imgur.com/N1NYcSz.jpg) 15![Download from GitHub](/N1NYcSz.jpg)
16 16
17And be sure to select "HTTPS", and select the link and copy it: 17And be sure to select "HTTPS", and select the link and copy it:
18 18
19![HTTPS link](https://i.imgur.com/eGO0ohO.jpg) 19![HTTPS link](/eGO0ohO.jpg)
20 20
21From here, enter `git clone --recurse-submodules ` into the command line, and then paste your link: 21From here, enter `git clone --recurse-submodules ` into the command line, and then paste your link:
22 22
@@ -57,10 +57,10 @@ To https://github.com/whoeveryouare/qmk_firmware.git
57 57
58Your changes now exist on your fork on GitHub - if you go back there (`https://github.com/<whoeveryouare>/qmk_firmware`), you can create a "New Pull Request" by clicking this button: 58Your changes now exist on your fork on GitHub - if you go back there (`https://github.com/<whoeveryouare>/qmk_firmware`), you can create a "New Pull Request" by clicking this button:
59 59
60![New Pull Request](https://i.imgur.com/DxMHpJ8.jpg) 60![New Pull Request](/DxMHpJ8.jpg)
61 61
62Here you'll be able to see exactly what you've committed - if it all looks good, you can finalize it by clicking "Create Pull Request": 62Here you'll be able to see exactly what you've committed - if it all looks good, you can finalize it by clicking "Create Pull Request":
63 63
64![Create Pull Request](https://i.imgur.com/Ojydlaj.jpg) 64![Create Pull Request](/Ojydlaj.jpg)
65 65
66After submitting, we may talk to you about your changes, ask that you make changes, and eventually accept it! Thanks for contributing to QMK :) 66After submitting, we may talk to you about your changes, ask that you make changes, and eventually accept it! Thanks for contributing to QMK :)