diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-11-01 14:10:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 14:10:28 -0400 |
commit | d069a42c072e32072da62b14b13c1f27f7432c92 (patch) | |
tree | f18ca148754e12a453a132d4f55e8f7a1b60a5de | |
parent | 029234f1f1ec4077534757f39da0efd28e435cfe (diff) |
Update getting_started_github.md
-rw-r--r-- | docs/getting_started_github.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started_github.md b/docs/getting_started_github.md index 387ddd91e2..574f12bed2 100644 --- a/docs/getting_started_github.md +++ b/docs/getting_started_github.md @@ -52,7 +52,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) @@ -60,4 +60,4 @@ Here you'll be able to see exactly what you've committed - if it all looks good, ![Create Pull Request](http://i.imgur.com/Ojydlaj.jpg) -After submitting, we may talk to you about your changes, ask that you make changes, and eventually accept it! Thanks for contributing to QMK :)
\ No newline at end of file +After submitting, we may talk to you about your changes, ask that you make changes, and eventually accept it! Thanks for contributing to QMK :) |