Skip to content

Commit

Permalink
Use #. instead of simply # to activate github's auto-enumerator
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilias Van Peer committed Nov 14, 2011
1 parent 1b8d2e4 commit 3e6286c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,17 @@ your development area. That sounds like some jargon, but "forking" on GitHub
means "making a copy of that repo to your account" and "cloning" means
"copying that code to your environment so you can work on it".

# Set up Git (Windows, Mac & Linux)
# Go to the CodeIgniter repo
# Fork it
# Clone your CodeIgniter repo: git@github.com:<your-name>/CodeIgniter.git
# Checkout the "develop" branch At this point you are ready to start making
changes.
# Fix existing bugs on the Issue tracker after taking a look to see nobody
else is working on them.
# Commit the files
# Push your develop branch to your fork
# Send a pull request http://help.github.com/send-pull-requests/
#. Set up Git (Windows, Mac & Linux)
#. Go to the CodeIgniter repo
#. Fork it
#. Clone your CodeIgniter repo: git@github.com:<your-name>/CodeIgniter.git
#. Checkout the "develop" branch At this point you are ready to start making
changes.
#. Fix existing bugs on the Issue tracker after taking a look to see nobody
else is working on them.
#. Commit the files
#. Push your develop branch to your fork
#. Send a pull request http://help.github.com/send-pull-requests/

The Reactor Engineers will now be alerted about the change and at least one of
the team will respond. If your change fails to meet the guidelines it will be
Expand All @@ -163,9 +163,9 @@ own.

If you are using command-line you can do the following:

# git remote add codeigniter git://github.com/EllisLab/CodeIgniter.git
# git pull codeigniter develop
# git push origin develop
#. git remote add codeigniter git://github.com/EllisLab/CodeIgniter.git
#. git pull codeigniter develop
#. git push origin develop

Now your fork is up to date. This should be done regularly, or before you send
a pull request at least.
Expand Down

0 comments on commit 3e6286c

Please sign in to comment.