diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-11-06 09:53:33 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-11-06 09:53:33 +0100 |
commit | 7ec4480f5489aaef10f761223b404cb29021fc49 (patch) | |
tree | f435a587e12530900e816eed529eaf6cf3009555 /contributing.md | |
parent | dc83e04a75b95f3325d44dc972db2a2d723da4cc (diff) | |
parent | b7869fbeb2abc78cb1650b95f151c9e262e7e58b (diff) |
Merge pull request #1975 from squaresurf/develop
Fixed a grammatical typo.
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributing.md b/contributing.md index f3f94fbc8..405aaec63 100644 --- a/contributing.md +++ b/contributing.md @@ -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. @@ -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.
\ No newline at end of file +Now your fork is up to date. This should be done regularly, or before you send a pull request at least. |