From 2eff8a25cc06f35ae8a5e5efebfc7fa739ed7fae Mon Sep 17 00:00:00 2001 From: Brendan Corazzin Date: Tue, 28 May 2019 14:43:44 -0500 Subject: Adding back 'git@github.com:/CodeIgniter.git' to step 4 in the how-to guide --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributing.md') diff --git a/contributing.md b/contributing.md index 46ce0190e..8f43c45a6 100644 --- a/contributing.md +++ b/contributing.md @@ -69,7 +69,7 @@ Hard way The best way to contribute is to "clone" your fork of CodeIgniter to yo 1. [Set up Git](https://help.github.com/en/articles/set-up-git) (Windows, Mac & Linux) 2. Go to the [CodeIgniter repo](https://github.com/bcit-ci/CodeIgniter) 3. [Fork it](https://help.github.com/en/articles/fork-a-repo) -4. [Clone](https://help.github.com/en/articles/fetching-a-remote#clone) your forked CodeIgniter repo. +4. [Clone](https://help.github.com/en/articles/fetching-a-remote#clone) your forked CodeIgniter repo: git@github.com:/CodeIgniter.git. 5. Checkout the "develop" branch. At this point you are ready to start making changes. 6. Fix existing bugs on the Issue tracker after taking a look to see nobody else is working on them. 7. [Commit](https://help.github.com/en/articles/adding-a-file-to-a-repository-using-the-command-line) the files -- cgit v1.2.3-24-g4f1b