Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 681 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (26 loc) · 681 Bytes

Contribute to this extension

Preview documentation rendering

You can render the documentation locally by calling:

    make docs

The result is displayed in folder Documentation-GENERATED-temp.

Run tests and apply coding guidelines

Install the requirements:

    make install

Apply automatic coding guideline fixes:

    make fix-cgl

Run tests:

    make test

If you don't have make installed or wish for finer control, you can run the tests directly:

    Build/Scripts/runTests.sh -s h

General TYPO3 Support

If you have some general TYPO3 support questions or need help with TYPO3, please see https://typo3.org/help.