Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 527 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (14 loc) · 527 Bytes

Contributing

  1. Fork this repository to your own GitHub account.

  2. Clone the repository to your wp-content/plugins/ directory.

git clone [email protected]:<your_github_profile>/customizer-reset.git

  1. Navigate into the directory.

cd customizer-reset

  1. Create a feature branch to record your changes.

git checkout -b <branch_name>

  1. Install Composer dependencies.

composer install

  1. Check your pull request with the following commands.

composer run phpcbf

composer run phpcs

composer run phpstan