Use GitHub consistently

This commit is contained in:
Zlatan Vasović
2019-12-07 23:36:53 +01:00
committed by Agniva De Sarker
parent 8f8b8214bc
commit 954f0e62dc
2 changed files with 5 additions and 5 deletions

View File

@@ -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"
[mass-changes]: https://github.com/tldr-pages/tldr/pulls?&q=is:pr+is:merged+label:"mass+changes"