diff options
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
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:<your-name>/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 |