Skip to content

Commit 09aac99

Browse files
[TASK] Add disclaimer about GitHub/Gitlab PR/MR difference (#395)
1 parent e749495 commit 09aac99

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/Quickstart/Index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@
1111
Quick Start: Get ready to contribute to TYPO3 in under 30 minutes!
1212
==================================================================
1313

14+
.. hint::
15+
16+
The TYPO3 contribution workflow is a bit **different compared to
17+
Gitlab Merge Requests (MR) or GitHub Pull Requests (PR)**.
18+
Once you set up GIT with your credentials (explained in these chapters),
19+
you can directly push code to the `main` branch of TYPO3's own GIT.
20+
Don't be afraid! You don't directly push "live code", but instead this
21+
automatically triggers a workflow on our code review system
22+
`Gerrit <https://review.typo3.org/>`_. This is where comments
23+
are made, additional changes pushed (as ammended commits, with
24+
distinct "patch sets") and in the end merged by a member of the
25+
Core team.
26+
1427
This `Tutorial` / `How To` will show you the easiest and
1528
*quickest way to become a contributor* to TYPO3.
1629

0 commit comments

Comments
 (0)