automated-typo3-update/Documentation/source/contribution.rst
Daniel Siepmann c87546de29
BUGFIX: Broken documentation
* Fix broken links
* Fix broken syntax

Relates: #63
2017-04-13 11:02:50 +02:00

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.