Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 463 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 463 Bytes

Contributing

Setup

Clone the repository

git clone git@github.com:nlemoine/acf-country.git

Install dependencies

composer install
yarn install

Development

Watch assets

yarn watch

Build for production/release

yarn production

Tests

Before submitting a pull request, please check your changes

composer run test

The tests will check your PHP coding standards and PHP compatibility.