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 f3f94fbc8..b6d486d00 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. |