Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 791 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (23 loc) · 791 Bytes

Contributing

Contributions are welcome. Please open issues to report bugs and create PR to propose changes.

A similar testing workflow to the TYPO3 core is used.

For more information, see

CGL

Please adhere to the TYPO3 core coding Guidelines.

Use .editorconfig in this directory.

You can fix the CGL with the included scripts:

Build/Scripts/runTests.sh -h

If there is some problem, use runTests.sh with the -v option (for verbose).

Check all PHP files (dry-run, do not fix):

Build/Scripts/runTests.sh -s cgl -n -v

Check and fix CGL in PHP files:

Build/Scripts/cglFixMyCommit.sh -s cgl -v