Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.19 KB

CONTRIBUTING.md

File metadata and controls

54 lines (35 loc) · 2.19 KB

Contribute to TYPO3 Documentation

Create Issues

  • If you find something missing or something is wrong in this manual, you are welcome to write an issue describing the problem.
  • If you can, please try to fix the problem yourself.
  • For minor changes, it is not necessary to create an issue first.

Make changes (create pull requests)

(re) Generate Codesnippets

With ddev:

ddev start
ddev composer install
ddev exec .Build/vendor/bin/typo3 codesnippet:create Documentation/CodeSnippets/

Without ddev:

composer install
.Build/vendor/bin/typo3 codesnippet:create Documentation/CodeSnippets/

Preview rendering

You can preview the rendered result of the docs in by calling the following URL: https://gitpod.io/#https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/tree/

For example

Hint: Use the VSStudio in browser as preview, PHPStorm is very slow

Get help

Contribute to TYPO3 Core

General TYPO3 Support

If you have some general TYPO3 support questions or need help with TYPO3, please see https://typo3.org/help.