.. include:: ../Includes.rst.txt .. _links: Contribution and Links ====================== :TER: https://extensions.typo3.org/extension/theodia :Packagist: https://packagist.org/packages/causal/theodia :Bug Tracker: https://github.com/xperseguers/theodia/issues :Git Repository: https://github.com/xperseguers/theodia :Translation: *not yet available on Crowdin* :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 Contribution Guide `__. .. _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-12`_ 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-12: https://www.php-fig.org/psr/psr-12/ .. _format used by TYPO3: https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Appendix/CommitMessage.html#commitmessage .. rubric:: Footnotes .. [#] The term "patch" is used in the sense of "patch set" in Gerrit, and may be the result of multiple (amended) commits.