-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d4a4b9
commit acda06c
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,3 +111,18 @@ core-dev: | |
# repo, specify your fork's address in the `mirror` option. | ||
mirror: [email protected]:{your GitHub name}/wordpress-develop.git | ||
``` | ||
## Recommended Extensions | ||
There are some other useful Chassis extensions that can help to make core contributions easier. We recommend the following extensions: | ||
* [Imagick](https://github.com/Chassis/Imagick) - Imagick speeds up image processing and allows permitting better testing of media component work. | ||
* [Intl](https://github.com/Chassis/intl) - A Chassis extension to install and configure Intl on your server. | ||
* [BC Math](https://github.com/Chassis/BCMath) - BCMath provides arbitrary precision mathematics. | ||
* [MailHog](https://github.com/Chassis/MailHog) - Catch all the emails WordPress sends while you're developing using Chassis! | ||
* [XDebug](https://github.com/Chassis/Xdebug) - Xdebug is an extension for PHP to assist with debugging and development. | ||
* [WP_CLI](https://github.com/Chassis/WP_CLI) - A Chassis extension to automate the installation of WP-CLI packages. | ||
* [Whoops](https://github.com/Chassis/Whoops) - A Chassis extension to install Whoops for PHP error reporting. | ||
* [Debugging](https://github.com/Chassis/Debugging) - A Chassis extension to install and activate common WordPress plugins used for debugging during development. | ||