From 5631e5d15c5b8e3911c17766e426e984140825f9 Mon Sep 17 00:00:00 2001 From: muhammadInam Date: Tue, 9 Jan 2018 11:48:59 -0800 Subject: [PATCH] Added instruction to fork the repo first --- website/src/docs/contributing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/src/docs/contributing.md b/website/src/docs/contributing.md index e2a347ee2..34a550c19 100644 --- a/website/src/docs/contributing.md +++ b/website/src/docs/contributing.md @@ -6,7 +6,9 @@ order: 4 ## Uppy Development -First clone and install the project: +Fork the repository into your own account first. Here's the [link](https://help.github.com/articles/fork-a-repo/) that tells how to fork a repo. + +After you have successfully forked the repo, clone and install the project: ```bash git clone git@github.com:transloadit/uppy.git