From 1dca6721eb3acdf169c98db3d910a5c678caf470 Mon Sep 17 00:00:00 2001 From: Rajat Khanduri <38693805+wthrajat@users.noreply.github.com> Date: Mon, 17 Oct 2022 17:59:00 +0530 Subject: [PATCH] fork button fixed the fork image wasn't properly rendering in Firefox and chromium based browsers, so it is replaced with "Fork" button --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99381db6..6bb77d3f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ We'd also love PRs. If you're thinking of a large PR, we advise opening up an is ## How to make a Pull Request -**1.** Fork the repository by clicking on the symbol at the top right corner. +**1.** Fork the repository by clicking on the ```Fork``` button at the top right corner. **2.** Clone the forked repository. ```