Skip to content

Commit

Permalink
Merge pull request bcit-ci#1975 from squaresurf/develop
Browse files Browse the repository at this point in the history
Fixed a grammatical typo.
  • Loading branch information
narfbg committed Nov 6, 2012
2 parents cc5bb5a + fc74734 commit 80c283e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Issues are a quick way to point out a bug. If you find a bug or documentation er

1. There is not already an open Issue
2. The issue has already been fixed (check the develop branch, or look for closed Issues)
3. Is it something really obvious that you fix it yourself?
3. Is it something really obvious that you can fix yourself?

Reporting issues is helpful but an even better approach is to send a Pull Request, which is done by "Forking" the main repository and committing to your own copy. This will require you to use the version control system called Git.

Expand Down Expand Up @@ -89,4 +89,4 @@ If you are using command-line you can do the following:
2. `git pull codeigniter develop`
3. `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.
Now your fork is up to date. This should be done regularly, or before you send a pull request at least.

0 comments on commit 80c283e

Please sign in to comment.