Skip to content

Commit 65f7d53

Browse files
yallen011josephperrott
authored andcommitted
docs: add link to fork repo how-to (angular#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 angular#41266
1 parent 6a6d332 commit 65f7d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Before you submit your Pull Request (PR) consider the following guidelines:
8989
We cannot accept code without a signed CLA.
9090
Make sure you author all contributed Git commits with email address associated with your CLA signature.
9191

92-
4. Fork the angular/angular repo.
92+
4. [Fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) the angular/angular repo.
9393

94-
5. Make your changes in a new git branch:
94+
5. In your forked repository, make your changes in a new git branch:
9595

9696
```shell
9797
git checkout -b my-fix-branch master

0 commit comments

Comments
 (0)