Skip to content

Commit 1aee735

Browse files
committed
Fix readme markdown styling
1 parent 6afcadc commit 1aee735

4 files changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<br>
66

77
## What is CodeIgniter?
8+
89
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure.
910
More information can be found at the [official site](http://codeigniter.com).
1011

@@ -35,6 +36,7 @@ framework are exposed.
3536
The user guide updating and deployment is a bit awkward at the moment, but we are working on it!
3637

3738
## Repository Management
39+
3840
We use Github issues to track **BUGS** and to track approved **DEVELOPMENT** work packages.
3941
We use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss
4042
FEATURE REQUESTS.
@@ -57,6 +59,7 @@ Remember that some components that were part of CodeIgniter 3 are being moved
5759
to optional packages, with their own repository.
5860

5961
## Contributing
62+
6063
We **are** accepting contributions from the community, specifically those identified as part of phase 2.
6164

6265
We will try to manage the process somewhat, by adding a "Help wanted" label to those that we are
@@ -68,6 +71,7 @@ We are not looking for out-of-scope contributions, only those that would be cons
6871
Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing.md) section in the user guide
6972

7073
## Server Requirements
74+
7175
PHP version 7.1 or higher is required, with the following extensions installed:
7276

7377
- [intl](http://php.net/manual/en/intl.requirements.php)
@@ -81,4 +85,5 @@ Additionally, make sure that the following extensions are enabled in your PHP:
8185
- xml (enabled by default - don't turn it off)
8286

8387
## Running CodeIgniter Tests
88+
8489
Information on running CodeIgniter test suite can be found in the [README.md](tests/README.md) file in the tests directory.

admin/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#CodeIgniter 4 Admin
1+
# CodeIgniter 4 Admin
22

33
This folder contains tools or docs useful for project maintainers.
44

5-
##Repositories inside https://github.com/codeigniter4
5+
## Repositories inside https://github.com/codeigniter4
66

77
- **CodeIgniter4** is the main development repository.
88
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.
3535
It is community-maintained, and accepts issues and pull requests.
3636
It could be downloaded, forked or composer-installed.
3737

38-
##Contributor Scripts
38+
## Contributor Scripts
3939

4040
- **setup.sh** installs a git pre-commit hook into a contributor's
4141
local clone of their fork of the `CodeIgniter4` repository.
4242
- **pre-commit** runs PHP Lint and PHP CodeSniffer on any files
4343
to be added as part of a git commit, ensuring that they conform to the
4444
framework coding style standards, and automatically fixing what can be.
4545

46-
##Maintainer Scripts
46+
## Maintainer Scripts
4747

4848
- **release-config** holds variables used for the maintainer & release building
4949
- **docbot** re-builds the user guide from the RST source for it,
5050
and optionally deploys it to the `gh-pages` branch of the main
5151
repository (if the user running it has maintainer rights on that repo).
5252
See the [writeup](./docbot.md).
5353

54-
##Release Building Scripts
54+
## Release Building Scripts
5555

5656
The release workflow is detailed in its own writeup; these are the main
5757
scripts used by the release manager:
@@ -79,7 +79,7 @@ scripts used by the release manager:
7979
Remember to be polite when running it.
8080

8181

82-
##Other Stuff
82+
## Other Stuff
8383

8484
- **release-notes.bb** is a boilerplate for forum announcements of a new release.
8585
It is marked up using [BBcode](https://en.wikipedia.org/wiki/BBCode).

admin/framework/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CodeIgniter 4 Framework
22

33
## What is CodeIgniter?
4+
45
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure.
56
More information can be found at the [official site](http://codeigniter.com).
67

@@ -29,6 +30,7 @@ framework are exposed.
2930
The user guide updating and deployment is a bit awkward at the moment, but we are working on it!
3031

3132
## Repository Management
33+
3234
We use Github issues to track **BUGS** and to track approved **DEVELOPMENT** work packages.
3335
We use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss
3436
FEATURE REQUESTS.
@@ -51,11 +53,13 @@ Remember that some components that were part of CodeIgniter 3 are being moved
5153
to optional packages, with their own repository.
5254

5355
## Contributing
56+
5457
We welcome contributions from the community.
5558

5659
Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing.md) section in the development repository.
5760

5861
## Server Requirements
62+
5963
PHP version 7.1 or higher is required, with the following extensions installed:
6064

6165
- [intl](http://php.net/manual/en/intl.requirements.php)

admin/userguide/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CodeIgniter 4 User Guide
22

33
## What is CodeIgniter?
4+
45
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure.
56
More information can be found at the [official site](http://codeigniter.com).
67

0 commit comments

Comments
 (0)