From 65f7d5380d35a10942167c1c9f6b86133645b5c8 Mon Sep 17 00:00:00 2001 From: Yvonne Allen Date: Thu, 18 Mar 2021 13:54:07 -0400 Subject: [PATCH] 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 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68c1ad4e02..9a8ba801c2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,9 +89,9 @@ Before you submit your Pull Request (PR) consider the following guidelines: We cannot accept code without a signed CLA. 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 git checkout -b my-fix-branch master