Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 579 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 579 Bytes

Please review the guidelines for contributing to this repository.

All code submitted must follow the Drupal coding standard.

Before making any pull requests, make sure to check your code by running

phpcs

in the loopdk profile root folder.

To check only your own changes use something along the lines of

phpcs $(git diff master --name-only)

See Installing Coder Sniffer for details on how to install phpcs.