|
1 | | -#CodeIgniter 4 Admin |
| 1 | +# CodeIgniter 4 Admin |
2 | 2 |
|
3 | 3 | This folder contains tools or docs useful for project maintainers. |
4 | 4 |
|
5 | | -##Repositories inside https://github.com/codeigniter4 |
| 5 | +## Repositories inside https://github.com/codeigniter4 |
6 | 6 |
|
7 | 7 | - **CodeIgniter4** is the main development repository. |
8 | 8 | It supports issues and pull requests, and has a rule to enforce GPG-signed commits. |
@@ -35,23 +35,23 @@ This folder contains tools or docs useful for project maintainers. |
35 | 35 | It is community-maintained, and accepts issues and pull requests. |
36 | 36 | It could be downloaded, forked or composer-installed. |
37 | 37 |
|
38 | | -##Contributor Scripts |
| 38 | +## Contributor Scripts |
39 | 39 |
|
40 | 40 | - **setup.sh** installs a git pre-commit hook into a contributor's |
41 | 41 | local clone of their fork of the `CodeIgniter4` repository. |
42 | 42 | - **pre-commit** runs PHP Lint and PHP CodeSniffer on any files |
43 | 43 | to be added as part of a git commit, ensuring that they conform to the |
44 | 44 | framework coding style standards, and automatically fixing what can be. |
45 | 45 |
|
46 | | -##Maintainer Scripts |
| 46 | +## Maintainer Scripts |
47 | 47 |
|
48 | 48 | - **release-config** holds variables used for the maintainer & release building |
49 | 49 | - **docbot** re-builds the user guide from the RST source for it, |
50 | 50 | and optionally deploys it to the `gh-pages` branch of the main |
51 | 51 | repository (if the user running it has maintainer rights on that repo). |
52 | 52 | See the [writeup](./docbot.md). |
53 | 53 |
|
54 | | -##Release Building Scripts |
| 54 | +## Release Building Scripts |
55 | 55 |
|
56 | 56 | The release workflow is detailed in its own writeup; these are the main |
57 | 57 | scripts used by the release manager: |
@@ -79,7 +79,7 @@ scripts used by the release manager: |
79 | 79 | Remember to be polite when running it. |
80 | 80 |
|
81 | 81 |
|
82 | | -##Other Stuff |
| 82 | +## Other Stuff |
83 | 83 |
|
84 | 84 | - **release-notes.bb** is a boilerplate for forum announcements of a new release. |
85 | 85 | It is marked up using [BBcode](https://en.wikipedia.org/wiki/BBCode). |
|
0 commit comments