Skip to content

Commit 582fe38

Browse files
authored
Update README.md
Updated the README a bit to make the project more inviting to new FOSS contributors.
1 parent 063a53e commit 582fe38

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ to optional packages, with their own repository.
6565

6666
We **are** accepting contributions from the community, specifically those identified as part of phase 2.
6767

68-
We will try to manage the process somewhat, by adding a "Help wanted" label to those that we are
69-
specifically interested in at any point in time. Join the discussion for those issues, and let us know
70-
if you want to take the lead for one of them.
68+
We will try to manage the process somewhat, by adding a ["help wanted" label](https://github.com/codeigniter4/CodeIgniter4/labels/help%20wanted) to those that we are
69+
specifically interested in at any point in time. Join the discussion for those issues and let us know
70+
if you want to take the lead on one of them.
7171

72-
We are not looking for out-of-scope contributions, only those that would be considered part of our controlled evolution!
72+
At this time, we are not looking for out-of-scope contributions, only those that would be considered part of our controlled evolution!
7373

74-
Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing.md) section in the user guide
74+
Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing.md) section in the user guide.
7575

7676
## Server Requirements
7777

@@ -84,10 +84,10 @@ PHP version 7.2 or higher is required, with the following extensions installed:
8484
Additionally, make sure that the following extensions are enabled in your PHP:
8585

8686
- json (enabled by default - don't turn it off)
87+
- xml (enabled by default - don't turn it off)
8788
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
8889
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php)
89-
- xml (enabled by default - don't turn it off)
9090

9191
## Running CodeIgniter Tests
9292

93-
Information on running CodeIgniter test suite can be found in the [README.md](tests/README.md) file in the tests directory.
93+
Information on running the CodeIgniter test suite can be found in the [README.md](tests/README.md) file in the tests directory.

0 commit comments

Comments
 (0)