docs: add link to fork repo how-to (#41266)

add a link from github doc on how to fork a repo. 

this will enhance user experience for users new to github by putting the information on how to fork a repo at their finger tips without them having to do additional work to search for it.
PR Close #41266
This commit is contained in:
Yvonne Allen 2021-03-18 13:54:07 -04:00 committed by Joey Perrott
parent 6a6d332c06
commit 65f7d5380d
1 changed files with 2 additions and 2 deletions

View File

@ -89,9 +89,9 @@ Before you submit your Pull Request (PR) consider the following guidelines:
We cannot accept code without a signed CLA. We cannot accept code without a signed CLA.
Make sure you author all contributed Git commits with email address associated with your CLA signature. Make sure you author all contributed Git commits with email address associated with your CLA signature.
4. Fork the angular/angular repo. 4. [Fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) the angular/angular repo.
5. Make your changes in a new git branch: 5. In your forked repository, make your changes in a new git branch:
```shell ```shell
git checkout -b my-fix-branch master git checkout -b my-fix-branch master