1.1 KiB
1.1 KiB
Contribution
The project is hosted at https://git.higidi.com/Automated-TYPO3-Update/automated-typo3-update fill issues there. Also you can fork and clone the project there and provide merge requests.
Also you can contact us on TYPO3 slack.
Documentation
Documentation is written using reStructuredText ans sphinx.
Just open the files with a text editor and update contents.
To render documentation locally install docker and run:
docker run -v "$PWD/Documentation":/sphinx danielsiepmann/sphinx
from within the project root.
Code
A .editorconfig
is
already provided to setup your editor. Also phpcs is configured, so make sure to check your
coding style with phpcs.
New sniffs have to be covered by tests, see extending-tests
.