.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: Includes.txt .. _links: Links ----- :TER: https://extensions.typo3.org/extension/repository/image_autoresize :Packagist: https://packagist.org/packages/causal/image_autoresize :Bug Tracker: https://github.com/xperseguers/t3ext-image_autoresize/issues :Release Notes: https://forge.typo3.org/projects/extension-image_autoresize/wiki :Git Repository: https://github.com/xperseguers/t3ext-image_autoresize :Translation: https://translation.typo3.org/projects/TYPO3.ext.image_autoresize/ :Contact: `@xperseguers `__ .. _links-how-to-contribute: How to contribute ^^^^^^^^^^^^^^^^^ This extension is using the same contribution workflow as for TYPO3 Core, but with GitHub PRs for the review process. Please read more about the workflow in the `TYPO3 wiki `__. .. _links-how-to-contribute-rules: Contribution rules """""""""""""""""" - There must be a ticket in the project's bug tracker explaining the problem / the suggested enhancement - `PSR-2`_ coding guidelines are enforced - Commit message complies to the `format used by TYPO3`_ (the "releases:" line is useless here) - Unique logical change per patch [#]_ .. _PSR-2: http://www.php-fig.org/psr/psr-2/ .. _format used by TYPO3: https://wiki.typo3.org/CommitMessage_Format_(Git) .. rubric:: Footnotes .. [#] The term "patch" is used in the sense of "patch set" in Gerrit, and may be the result of multiple (amended) commits.