Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 802 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 802 Bytes

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

  • Include TYPO3 CMS and extension version
  • Include your TypoScript settings (incl. information on how and where it's added)
  • Include a step by step guide how to reproduce the issue

Making Changes / Send PR's

  • Make sure to follow the commit message style
  • Make sure to apply PSR-2 code style (see .editorconfig file)
  • Make sure to test with all supported TYPO3 CMS versions (at least latest major versions)
  • Test your changes following the testing guide

Additional Resources