From 954f0e62dcca14f05a7f2d394d4f0b1437e1ce7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sat, 7 Dec 2019 23:36:53 +0100 Subject: [PATCH] Use GitHub consistently --- CONTRIBUTING.md | 4 ++-- contributing-guides/git-terminal.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c82afddf8..99d933a619 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,9 +95,9 @@ The default language used for pages is English (US). Pages written in English ar ## Submitting a pull request -The easiest way to submit a change is to just edit the page directly on the Github interface. +The easiest way to submit a change is to just edit the page directly on the GitHub interface. Check out the step-by-step instructions (with screenshots) on -[Github Help](https://help.github.com/articles/editing-files-in-another-user-s-repository/). +[GitHub Help](https://help.github.com/articles/editing-files-in-another-user-s-repository/). Alternatively, you can do most of the process [using git on the command line](contributing-guides/git-terminal.md). diff --git a/contributing-guides/git-terminal.md b/contributing-guides/git-terminal.md index 416e2f1f70..0840a4a740 100644 --- a/contributing-guides/git-terminal.md +++ b/contributing-guides/git-terminal.md @@ -4,7 +4,7 @@ Most people submit pull requests to the tldr project If you prefer, you can do most of the process using the command line instead. The overall process should look somewhat like this: -1. Fork the tldr repository on the github web interface. +1. Fork the tldr repository on the GitHub web interface. 2. Clone your fork locally: `git clone https://github.com/{{your_username}}/tldr.git && cd tldr` @@ -20,7 +20,7 @@ The overall process should look somewhat like this: 6. Push the commit(s) to your fork: `git push origin {{branch_name}}` -7. Go to the github page for your fork and click the green "pull request" button. +7. Go to the GitHub page for your fork and click the green "pull request" button. Please only send related changes in the same pull request. Typically a pull request will include changes in a single file. @@ -28,4 +28,4 @@ Typically a pull request will include changes in a single file. [pr-howto]: ../CONTRIBUTING.md#submitting-a-pull-request [commit-msg]: ../CONTRIBUTING.md#commit-message -[mass-changes]: https://github.com/tldr-pages/tldr/pulls?&q=is:pr+is:merged+label:"mass+changes" \ No newline at end of file +[mass-changes]: https://github.com/tldr-pages/tldr/pulls?&q=is:pr+is:merged+label:"mass+changes"