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)
- Follow the commit message style:
- Example:
[!!!][BUILD|TASK|BUGFIX|FIX|FEATURE|DOC|CLEANUP|RELEASE] What has been fixed
- Message should start with an uppercase char
- 72 chars max line length
- Example:
- Follow our CGL, see:
- Run
composer run test
- Test with all supported TYPO3 CMS versions (according to
composer.json
) - Test your changes following the testing guide
- See developer guide in documentation