From 94ad9e5e74d8023aaaca9637260054d40fbb03bc Mon Sep 17 00:00:00 2001 From: Mohab Abd El-Dayem Date: Sun, 8 May 2022 18:21:33 +0200 Subject: [PATCH] Update CONTRIBUTING.md to use git ssh --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ea7ea3..f8a0304 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Thank you! We'll try to respond as quickly as possible. ## Contributing Code 1. Fork this repo -2. Download your fork `git clone https://github.com/your-username/asynq && cd asynq` +2. Download your fork `git clone git@github.com:your-username/asynq.git && cd asynq` 3. Create your branch `git checkout -b your-branch-name` 4. Make and commit your changes 5. Push the branch `git push origin your-branch-name`