Skip to content

Commit c52d0ec

Browse files
authored
Update CONTRIBUTING.md
1 parent 75805a1 commit c52d0ec

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ There is a [Contributing to CodeIgniter](./contributing/README.rst) section in t
99

1010
## Issues
1111

12-
Issues are a quick way to point out a bug. If you find a bug or documentation error in CodeIgniter then please check a few things first:
12+
Issues are a quick way to point out a bug. If you find a bug or documentation error in CodeIgniter then please make sure that:
1313

14-
1. There is not already an open Issue
15-
2. The issue has already been fixed (check the develop branch, or look for closed Issues)
16-
3. Is it something really obvious that you can fix yourself?
14+
1. There is not already an open [Issue](https://github.com/codeigniter4/CodeIgniter4/issues)
15+
2. The Issue has not already been fixed (check the develop branch or look for [closed Issues](https://github.com/codeigniter4/CodeIgniter4/issues?q=is%3Aissue+is%3Aclosed))
16+
3. It's not something really obvious that you can fix yourself
1717

18-
Reporting issues is helpful but an even [better approach](./contributing/workflow.rst) 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.
18+
Reporting Issues is helpful, but an even [better approach](./contributing/workflow.rst) is to send a Pull Request, which is done by ["Forking"](https://help.github.com/en/articles/fork-a-repo) the main repository and making a [commit](https://help.github.com/en/desktop/contributing-to-projects/committing-and-reviewing-changes-to-your-project) to your own copy of the project. This will require you to use the version control system called [Git](https://git-scm.com/).
1919

2020
## Guidelines
2121

0 commit comments

Comments
 (0)