Any help is appreciated. Please feel free to open issues or send pull requests.
It is possible to sponsor features and bugfixes!
Always use the search before creating new tickets.
When submitting a ticket, the following information should be included:
- Include TYPO3 CMS and extension version
- Include a step by step guide how to reproduce the issue
- (optional) Include your TypoScript settings (incl. information on how and where it's added)
- Make sure to follow the commit message style (
[TASK|BUGFIX|FIX|FEATURE|DOC|CLEANUP] What has been fixed
) - Make sure to follow our CGL, see:
- Run
composer run test
- Make sure to test with all supported TYPO3 CMS versions (according to
composer.json
) - Test your changes following the testing guide
- See developer guide in documentation