From 1e63a4add6539221590a2696419d3cf26d8ee6c4 Mon Sep 17 00:00:00 2001 From: ItsPugle <22669894+ItsPugle@users.noreply.github.com> Date: Wed, 7 Feb 2018 02:59:37 +1000 Subject: [PATCH] Adding fork link & clone fork not origin :smile: (#33) --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b2a825e..b276a5e 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,12 @@ It will only attempt to reconnect 20 times. After it hit that threshold you will ## Contributing -1. Fork it! -2. Create your feature branch: `git checkout -b my-new-feature` -3. Commit your changes: `git commit -am 'Add some feature'` -4. Push to the branch: `git push origin my-new-feature` -5. Submit a pull request :D +1. [Fork the repository](https://github.com/iCrawl/discord-vscode/fork)! +2. Clone your fork: `git clone https://github.com/your-username/discord-vscode.git` +3. Create your feature branch: `git checkout -b my-new-feature` +4. Commit your changes: `git commit -am 'Add some feature'` +5. Push to the branch: `git push origin my-new-feature` +6. Submit a pull request :D ## Author