diff --git a/.gitignore b/.gitignore index 1eeb9cb..70cf698 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ # Git # global ignore file ######################## -# ignoring temporary files (left by e.g. vim) +# ignoring temporary files (left by e.g. vim) # ignoring by common IDE's used directories/files # dont ignore .rej and .orig as we want to see/clean files after conflict resolution # diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d371230..7e02211 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,9 @@ ## 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. +* 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) diff --git a/Documentation/.gitignore b/Documentation/.gitignore index a7b9a8c..4885c1e 100644 --- a/Documentation/.gitignore +++ b/Documentation/.gitignore @@ -1 +1 @@ -_logs/* \ No newline at end of file +_logs/* diff --git a/Documentation/Appendix/Cgl.rst b/Documentation/Appendix/Cgl.rst index 9394c1f..0b547d7 100644 --- a/Documentation/Appendix/Cgl.rst +++ b/Documentation/Appendix/Cgl.rst @@ -60,13 +60,13 @@ Xliff files =========== Language files are usually stored in a Folder Resources/Private/Language -in files with the ending *.xlf*. Xliff files are indented using 2 spaces. +in files with the ending *.xlf*. Xliff files are indented using 2 spaces. The following command normalizes your XLIFF files: .. code-block:: bash Build/Scripts/runTests.sh -s normalizeXliff - + Please also check :ref:`common-review-checks-xlf` for Xliff-specific things to pay attention to. @@ -122,7 +122,7 @@ shortened: .. code-block:: php $languageService->sL('backend.toolbar:save'); - + This syntax is preferred and should be utilized for any new code committed to TYPO3 v14+ because of these reasons: diff --git a/Documentation/Appendix/Composer.rst b/Documentation/Appendix/Composer.rst index 0003f9c..93d843c 100644 --- a/Documentation/Appendix/Composer.rst +++ b/Documentation/Appendix/Composer.rst @@ -76,4 +76,3 @@ to list them. You will see something like: gerrit:setup:commitMessageHook:enable Enable the commit message hook needed for gerrit gerrit:setup:preCommitHook:disable Disable pre commit hook to run some checks locally gerrit:setup:preCommitHook:enable Enable pre commit hook to run some checks locally - diff --git a/Documentation/Appendix/HowToDeprecateThings.rst b/Documentation/Appendix/HowToDeprecateThings.rst index bd25a9f..9fc3669 100644 --- a/Documentation/Appendix/HowToDeprecateThings.rst +++ b/Documentation/Appendix/HowToDeprecateThings.rst @@ -267,7 +267,7 @@ and mark it as deprecated with an `x-unused-since` attribute for XLIFF 1.2 or th .. group-tab:: XLIFF 1.2 .. code-block:: xml - + Type diff --git a/Documentation/Appendix/Windows/Troubleshooting.rst b/Documentation/Appendix/Windows/Troubleshooting.rst index caf78f8..a54fa60 100644 --- a/Documentation/Appendix/Windows/Troubleshooting.rst +++ b/Documentation/Appendix/Windows/Troubleshooting.rst @@ -62,4 +62,3 @@ Checklist for SSH problems .. code-block:: bash C:\Users\\.ssh\ - diff --git a/Documentation/HandlingAPatch/Rebase.rst b/Documentation/HandlingAPatch/Rebase.rst index d36b171..61bee3d 100644 --- a/Documentation/HandlingAPatch/Rebase.rst +++ b/Documentation/HandlingAPatch/Rebase.rst @@ -138,6 +138,3 @@ using the upstream branch (latest main branch). * `StackOverflow: Difference between git pull and git pull --rebase `__ - - - diff --git a/Documentation/Quickstart/2-Accounts.rst b/Documentation/Quickstart/2-Accounts.rst index 74f8a3f..5c8fa1e 100644 --- a/Documentation/Quickstart/2-Accounts.rst +++ b/Documentation/Quickstart/2-Accounts.rst @@ -41,4 +41,3 @@ Quick Start: Accounts needed You need to register an account for Slack, see `https://typo3.org/community/meet/chat-slack/`__ and :ref:`slack-account`. - diff --git a/Documentation/Quickstart/5-TYPO3.rst b/Documentation/Quickstart/5-TYPO3.rst index 1ec008c..346296c 100644 --- a/Documentation/Quickstart/5-TYPO3.rst +++ b/Documentation/Quickstart/5-TYPO3.rst @@ -113,4 +113,3 @@ Quick Start: Set up TYPO3 :caption: **Open up the TYPO3 Backend for the ddev instance** ddev launch typo3 - diff --git a/Documentation/Quickstart/6-Patch-Intermezzo.rst b/Documentation/Quickstart/6-Patch-Intermezzo.rst index 5b0ab59..a407b6d 100644 --- a/Documentation/Quickstart/6-Patch-Intermezzo.rst +++ b/Documentation/Quickstart/6-Patch-Intermezzo.rst @@ -160,4 +160,3 @@ re-execute the test, you will see it will properly report a failure. This concludes stating an intent for contributing a patch and you have a modified file plus a test to contribute. Continue on :ref:`quickstart-patch`! - diff --git a/Documentation/Quickstart/6-Patch.rst b/Documentation/Quickstart/6-Patch.rst index af463ea..4e76165 100644 --- a/Documentation/Quickstart/6-Patch.rst +++ b/Documentation/Quickstart/6-Patch.rst @@ -200,4 +200,3 @@ Now with this example in mind, we have two modified files that we want to commit The TYPO3 community is thankful for you following this guide, and we hope once you have set up your development environment for it you can enjoy being an active contributor! - diff --git a/Documentation/Quickstart/Index.rst b/Documentation/Quickstart/Index.rst index 9ed8424..eb97cfd 100644 --- a/Documentation/Quickstart/Index.rst +++ b/Documentation/Quickstart/Index.rst @@ -14,7 +14,7 @@ Quick Start: Get ready to contribute to TYPO3 in under 30 minutes! .. hint:: The TYPO3 contribution workflow is a bit **different compared to - Gitlab Merge Requests (MR) or GitHub Pull Requests (PR)**. + Gitlab Merge Requests (MR) or GitHub Pull Requests (PR)**. Once you set up Git with your credentials (explained in these chapters), you can directly push code to the `main` branch of TYPO3's own Git. Don't be afraid! You don't directly push "live code", but instead this diff --git a/Documentation/Testing/CoreTesting.rst b/Documentation/Testing/CoreTesting.rst index aad0ff8..b39ab74 100644 --- a/Documentation/Testing/CoreTesting.rst +++ b/Documentation/Testing/CoreTesting.rst @@ -265,4 +265,3 @@ You can also run a watch task thanks to the full integration of npm command exec .. code-block:: shell Build/Scripts/runTests.sh -s npm -- run watch:build - diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 0d1c47f..62a5a64 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -12,7 +12,7 @@ interlink-shortcode="t3contribute" />