Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

36 lines (23 loc) · 1.25 KB

How to contribute

Any help is appreciated. Please feel free to open issues or send pull requests.

It is possible to sponsor features and bugfixes!

Bug reports / questions

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)

Making Changes / Send PR's

  • 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
  • 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

Additional Resources