summaryrefslogtreecommitdiff
path: root/docs/getting_started_github.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-05-26 12:43:14 +1000
committerGitHub <noreply@github.com>2020-05-25 19:43:14 -0700
commite4823aadec24bca0ecfd1184562d27a49fd20544 (patch)
tree66699e086fdd4b6c87bf2f83f4fae74c4e8ecded /docs/getting_started_github.md
parent5c9906eb4fc569cd08d88dcd85ce9afaa5410ffb (diff)
Fix capitalisation of "GitHub" (#9184)
Diffstat (limited to 'docs/getting_started_github.md')
-rw-r--r--docs/getting_started_github.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/getting_started_github.md b/docs/getting_started_github.md
index 07f523f578..ae594f68d8 100644
--- a/docs/getting_started_github.md
+++ b/docs/getting_started_github.md
@@ -1,16 +1,16 @@
-# How to Use Github with QMK
+# How to Use GitHub with QMK
-Github can be a little tricky to those that aren't familiar with it - this guide will walk through each step of forking, cloning, and submitting a pull request with QMK.
+GitHub can be a little tricky to those that aren't familiar with it - this guide will walk through each step of forking, cloning, and submitting a pull request with QMK.
?> This guide assumes you're somewhat comfortable with running things at the command line, and have git installed on your system.
-Start on the [QMK Github page](https://github.com/qmk/qmk_firmware), and you'll see a button in the upper right that says "Fork":
+Start on the [QMK GitHub page](https://github.com/qmk/qmk_firmware), and you'll see a button in the upper right that says "Fork":
-![Fork on Github](http://i.imgur.com/8Toomz4.jpg)
+![Fork on GitHub](http://i.imgur.com/8Toomz4.jpg)
If 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:
-![Download from Github](http://i.imgur.com/N1NYcSz.jpg)
+![Download from GitHub](http://i.imgur.com/N1NYcSz.jpg)
And be sure to select "HTTPS", and select the link and copy it:
@@ -54,7 +54,7 @@ To https://github.com/whoeveryouare/qmk_firmware.git
+ 20043e64...7da94ac5 master -> master
```
-Your 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:
+Your 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:
![New Pull Request](http://i.imgur.com/DxMHpJ8.jpg)