@@ -6,15 +6,21 @@ The CodeIgniter 4 open source project has its own
66
77There are several development repositories, of interest to potential contributors:
88
9- +---------------------------------------------------------------------+--------------+-----------------------------------------------------------------+
10- | Repository | Audience | Description |
11- +=====================================================================+==============+=================================================================+
12- | CodeIgniter4 | contributors | Project codebase, including tests & user guide sources |
13- +---------------------------------------------------------------------+--------------+-----------------------------------------------------------------+
14- | translations | developers | System message translations |
15- +---------------------------------------------------------------------+--------------+-----------------------------------------------------------------+
16- | `coding-standard <https://github.com/CodeIgniter/coding-standard >`_ | contributors | Coding style conventions & rules |
17- +---------------------------------------------------------------------+--------------+-----------------------------------------------------------------+
9+ +------------------+--------------+-----------------------------------------------------------------+
10+ | Repository | Audience | Description |
11+ +==================+==============+=================================================================+
12+ | CodeIgniter4 | contributors | Project codebase, including tests & user guide sources |
13+ +------------------+--------------+-----------------------------------------------------------------+
14+ | translations | developers | System message translations |
15+ +------------------+--------------+-----------------------------------------------------------------+
16+ | coding-standard _ | contributors | Coding style conventions & rules |
17+ +------------------+--------------+-----------------------------------------------------------------+
18+ | settings | developers | Settings Library for CodeIgniter 4 |
19+ +------------------+--------------+-----------------------------------------------------------------+
20+ | devkit | developers | Development toolkit for CodeIgniter libraries and projects |
21+ +------------------+--------------+-----------------------------------------------------------------+
22+
23+ .. _coding-standard : https://github.com/CodeIgniter/coding-standard
1824
1925There are also several deployment repositories, referenced in the installation directions.
2026The deployment repositories are built automatically when a new version is released, and they
0 commit comments