-
Fork this repository to your own GitHub account.
-
Clone the repository to your
wp-content/plugins/
directory.
git clone [email protected]:<your_github_profile>/customizer-reset.git
- Navigate into the directory.
cd customizer-reset
- Create a feature branch to record your changes.
git checkout -b <branch_name>
- Install Composer dependencies.
composer install
- Check your pull request with the following commands.
composer run phpcbf
composer run phpcs
composer run phpstan