diff options
author | Ricardo N Feliciano <[email protected]> | 2017-04-05 12:41:23 -0400 |
---|---|---|
committer | digitalcraftsman <[email protected]> | 2017-04-05 18:41:23 +0200 |
commit | b31da911b50dd2f2942e25df820cd724bcffd8ac (patch) | |
tree | 3434cca69f0744140e6bf2366641dfe44d7961ba /CONTRIBUTING.md | |
parent | 142558719324aa1628541d556ef1fa2d123f1e68 (diff) | |
download | hugo-b31da911b50dd2f2942e25df820cd724bcffd8ac.tar.gz hugo-b31da911b50dd2f2942e25df820cd724bcffd8ac.zip |
docs: Properly capitalize GitHub
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83b428f20..4ec13f6c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,12 +23,12 @@ The Hugo community and maintainers are [very active](https://github.com/spf13/hu ## Asking Support Questions We have an active [discussion forum](http://discuss.gohugo.io) where users and developers can ask questions. -Please don't use the Github issue tracker to ask questions. +Please don't use the GitHub issue tracker to ask questions. ## Reporting Issues If you believe you have found a defect in Hugo or its documentation, use -the Github [issue tracker](https://github.com/spf13/hugo/issues) to report the problem to the Hugo maintainers. +the GitHub [issue tracker](https://github.com/spf13/hugo/issues) to report the problem to the Hugo maintainers. If you're not sure if it's a bug or not, start by asking in the [discussion forum](http://discuss.gohugo.io). When reporting the issue, please provide the version of Hugo in use (`hugo version`) and your operating system. @@ -123,7 +123,7 @@ started: git commit -a -v ``` -1. Fork Hugo in Github. +1. Fork Hugo in GitHub. 1. Add your fork as a new remote (the remote name, "fork" in this example, is arbitrary): |