diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c0c6f3853d..c5aa78b5df 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -144,7 +144,7 @@ Note: Editing via the GitHub Interface is not recommended, since it is not possi
Read the [Wiki article](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/How-To-Create-A-Pull-Request-for-Free-Code-Camp#editing-via-the-github-interface) for further information
## Common Steps
-1. Once the edits have been committed, you will be prompted to create a pull request on your fork's Github Page.
+1. Once the edits have been committed, you will be prompted to create a pull request on your fork's GitHub Page.
2. By default, all pull requests should be against the FCC main repo, `staging` branch.
3. Submit a [pull request](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Pull-Request-Contribute) from your branch to Free Code Camp's `staging` branch.
3. The title (also called the subject) of your PR should be descriptive of your changes and succinctly indicates what is being fixed.
@@ -174,8 +174,8 @@ If you have a local copy of the repo, you can make the requested changes and ame
Be sure to post in the PR conversation that you have made the requested changes.
##Other resources
-- [Searching for Your Issue on Github](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Searching-for-Your-Issue-on-Github)
-- [Creating a New Github Issue](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Creating-a-New-Github-Issue)
+- [Searching for Your Issue on GitHub](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Searching-for-Your-Issue-on-GitHub)
+- [Creating a New GitHub Issue](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Creating-a-New-GitHub-Issue)
- [Select Issues for Contributing Using Labels](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Select-Issues-for-Contributing-Using-Labels)
- [How to clone the FreeCodeCamp website on a Windows pc](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/How-to-clone-the-FreeCodeCamp-website-on-a-Windows-pc)
- [How to log in to your local FCC site - using GitHub](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/How-To-Log-In-To-Your-Local-FCC-Site)
diff --git a/common/app/components/Footer/links.json b/common/app/components/Footer/links.json
index 8089a868e4..acb50bde56 100644
--- a/common/app/components/Footer/links.json
+++ b/common/app/components/Footer/links.json
@@ -13,7 +13,7 @@
},
{
"className": "ion-social-github",
- "content": " Github ",
+ "content": " GitHub ",
"href": "http://github.com/freecodecamp",
"target": "_blank"
},
diff --git a/seed/challenges/00-getting-started/getting-started.json b/seed/challenges/00-getting-started/getting-started.json
index 8fab01e647..96fd82896a 100644
--- a/seed/challenges/00-getting-started/getting-started.json
+++ b/seed/challenges/00-getting-started/getting-started.json
@@ -317,18 +317,18 @@
[
"//i.imgur.com/EAR7Lvh.jpg",
"Gitterチャットルームの一場面です。",
- "コーディングを始める前に、Free Code Camp のチャットルームに参加してください。いつでも、雑談や質問ができたりペアプログラミングをするための仲間を見つけ流ことができます。最初に Github アカウントが必要です。",
+ "コーディングを始める前に、Free Code Camp のチャットルームに参加してください。いつでも、雑談や質問ができたりペアプログラミングをするための仲間を見つけ流ことができます。最初に GitHub アカウントが必要です。",
""
],
[
"//i.imgur.com/n6GeSEm.gif",
- "この gif は Github を開始するまでの流れを表しています。必要な欄に情報を入れて登録をしてください。そして Github からあなたのメールアドレス宛にメールが届きますのでアカウントを承認してください。",
- "\"Open link in new tab\"をクリックして Github を開いてください。 必要な欄に情報を入力して GitHub アカウントを作ってください。実際に使われている email アドレスかを確認してください( GitHub にはこの情報が保存されます )。メールアドレス宛に GitHub からメールが来たことを確認してください。 メールにある\"verify email address\"をクリックして開いてください。
https://github.com/johnstonbl01/clementinejs-fcc.git
",
+ "En vez de iniciar desde cero, recomendamos utilizar Clementine.js, un modelo (bolierplate) de JavaScript pila completa (full stack) que viene con código básico ya escrito para ti. Clementine.js tiene un tutorial detallado que puedes seguir para construirlo por ti mismo, pero por ahora simplemente vamos a clonarlo. En c9.io, dale un nombre a tu área de trabajo, luego deja \"Plantilla\" (\"Template\") como personalizado y crea tu espacio de trabajo usando el siguiente url de GitHub: https://github.com/johnstonbl01/clementinejs-fcc.git
",
""
],
[
diff --git a/server/boot/story.js b/server/boot/story.js
index 55eb3a52c2..2fba520ed6 100755
--- a/server/boot/story.js
+++ b/server/boot/story.js
@@ -337,7 +337,7 @@ module.exports = function(app) {
function newStory(req, res, next) {
if (!req.user.isGithubCool) {
req.flash('errors', {
- msg: 'You must authenticate with Github to post to Camper News'
+ msg: 'You must authenticate with GitHub to post to Camper News'
});
return res.redirect('/news');
}
diff --git a/server/server.js b/server/server.js
index 088fa3e9a1..1f711cd92e 100755
--- a/server/server.js
+++ b/server/server.js
@@ -59,7 +59,7 @@ var passportOptions = {
null;
// create random username
- // username will be assigned when camper signups for Github
+ // username will be assigned when camper signups for GitHub
var username = 'fcc' + uuid.v4().slice(0, 8);
var password = generateKey('password');
var userObj = {
diff --git a/server/views/account/signin.jade b/server/views/account/signin.jade
index 7003332312..1d4b6797c9 100644
--- a/server/views/account/signin.jade
+++ b/server/views/account/signin.jade
@@ -4,7 +4,7 @@ block content
h2 Sign in with one of these options:
a.btn.btn-lg.btn-block.btn-social.btn-github(href='/auth/github')
i.fa.fa-github
- | Sign in with Github
+ | Sign in with GitHub
a.btn.btn-lg.btn-block.btn-social.btn-facebook(href='/auth/facebook')
i.fa.fa-facebook
| Sign in with Facebook