From 49d738da7f2b8660eec246e7b198bf34fcb40454 Mon Sep 17 00:00:00 2001 From: Lina Wolf <> Date: Thu, 10 Sep 2026 21:45:18 +0200 Subject: [PATCH 1/2] [BUGFIX] Repoint five dead community links, drop a sixth typo3.org/community now redirects to the separate typo3.community domain, so everything below /community/ returns 404. Four things were affected: * The Code of Conduct moved into the documentation itself and is now linked by its permalink, guide-policy:coc. * Registering for Slack moved to typo3.community/meet/slack. The old forger.typo3.com/slack is gone, although forger.typo3.com itself still responds. * The commit-msg hook was downloaded from typo3.org/fileadmin, which now returns a 404 page. It is no longer downloaded at all: the Core ships its own hook in Build/git-hooks/commit-msg, and copying it from the checkout is what the rest of this manual already tells contributors to do, in Setup/Git and Quickstart. That hook is a TYPO3 fork of Gerrit's, roughly twice the size, and it performs the extra checks this page describes. * The regular open sprints page is gone and has no successor. The only candidate, a talk.typo3.org thread, was last active in December 2018, so the reference is dropped rather than repointed at something that no longer describes anything regular. The sentence stands without it. Nothing flagged any of these: rendering does not fetch external URLs. Assisted-by: Claude Opus 5 Signed-off-by: Lina Wolf --- Documentation/Appendix/SettingUpTypo3Ddev.rst | 2 +- Documentation/Appendix/Slack.rst | 2 +- Documentation/Appendix/Windows/CloneWithSourcetree.rst | 2 +- Documentation/HandlingAPatch/Tips.rst | 2 +- Documentation/HandlingIssues/TicketWorkflow.rst | 3 +-- Documentation/ReportingAnIssue/Index.rst | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Documentation/Appendix/SettingUpTypo3Ddev.rst b/Documentation/Appendix/SettingUpTypo3Ddev.rst index 9a56120..fadd5d1 100644 --- a/Documentation/Appendix/SettingUpTypo3Ddev.rst +++ b/Documentation/Appendix/SettingUpTypo3Ddev.rst @@ -266,7 +266,7 @@ Resources Remember, you can use the Slack channels to ask for help! Follow the general convention for the channels: not too chatty, get straight to the point and ask, be nice. Register for -the `TYPO3 slack workspace `__ if you have not +the `TYPO3 slack workspace `__ if you have not done so already. .. _ddev-next-resources-slack: diff --git a/Documentation/Appendix/Slack.rst b/Documentation/Appendix/Slack.rst index 5bd3a3b..d9642c9 100644 --- a/Documentation/Appendix/Slack.rst +++ b/Documentation/Appendix/Slack.rst @@ -28,5 +28,5 @@ You do not need to ask for permission when asking a question. Ask your question in the channel and wait for a response. -As always, make sure to follow the `Code of conduct `__ +As always, make sure to follow the `Code of conduct `__ or the short form: **be nice, be helpful!** diff --git a/Documentation/Appendix/Windows/CloneWithSourcetree.rst b/Documentation/Appendix/Windows/CloneWithSourcetree.rst index 5dd8a92..3540172 100644 --- a/Documentation/Appendix/Windows/CloneWithSourcetree.rst +++ b/Documentation/Appendix/Windows/CloneWithSourcetree.rst @@ -128,7 +128,7 @@ following command to the bash and execute it: .. code-block:: bash - curl -o .git/hooks/commit-msg "https://typo3.org/fileadmin/resources/git/commit-msg.txt" && chmod +x .git/hooks/commit-msg + cp Build/git-hooks/commit-msg .git/hooks/commit-msg && chmod +x .git/hooks/commit-msg .. note:: diff --git a/Documentation/HandlingAPatch/Tips.rst b/Documentation/HandlingAPatch/Tips.rst index ad50b69..45c57db 100644 --- a/Documentation/HandlingAPatch/Tips.rst +++ b/Documentation/HandlingAPatch/Tips.rst @@ -115,7 +115,7 @@ This is what you can do: if the way you are communicating is fair. This is even more important for reviewers and active contributors, we do not allow ranters and haters in our team and we try to stick to our - `Code of conduct `__ + `Code of conduct `__ Please keep that in mind when working with us. You will be rewarded with the pleasure of working with a group of pretty smart people if you act accordingly. diff --git a/Documentation/HandlingIssues/TicketWorkflow.rst b/Documentation/HandlingIssues/TicketWorkflow.rst index 174942f..174540f 100644 --- a/Documentation/HandlingIssues/TicketWorkflow.rst +++ b/Documentation/HandlingIssues/TicketWorkflow.rst @@ -82,8 +82,7 @@ Status Please bear in mind that this status does not mean someone immediately begins to work on it. It is just a status that developers can use to search for accepted issues to work on. And it is a good pool of issues - to address for example in remote or on-site Code sprints (see - `https://typo3.org/community/meet/regular-open-sprints`__). + to address for example in remote or on-site Code sprints. #. In Progress diff --git a/Documentation/ReportingAnIssue/Index.rst b/Documentation/ReportingAnIssue/Index.rst index 782f4b9..816fbcd 100644 --- a/Documentation/ReportingAnIssue/Index.rst +++ b/Documentation/ReportingAnIssue/Index.rst @@ -104,7 +104,7 @@ Talk to the core team bug or feature) yourself, but need some guidance on how to approach it, don't hesitate to talk to us on `Slack `__ in the **#typo3-cms-coredev** - channel. (Remember to `register `__ + channel. (Remember to `register `__ first.) This channel is not a support channel for end-users. Those needs are covered by `https://typo3.org/help`__. From aed5eed6dc2bd0f3303403078b4fe9c281752b18 Mon Sep 17 00:00:00 2001 From: Lina Wolf <> Date: Thu, 10 Sep 2026 21:45:18 +0200 Subject: [PATCH 2/2] [TASK] Fix punctuation around the Code of Conduct link Two typos in the same sentence: "team and" had a double space, and the sentence ending on the Code of Conduct link had no full stop, so it ran straight into "Please keep that in mind". Both sit on the lines the previous commit touches, which is why they come in the same pull request rather than a separate one. Assisted-by: Claude Opus 5 Signed-off-by: Lina Wolf --- Documentation/HandlingAPatch/Tips.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/HandlingAPatch/Tips.rst b/Documentation/HandlingAPatch/Tips.rst index 45c57db..7bb8c06 100644 --- a/Documentation/HandlingAPatch/Tips.rst +++ b/Documentation/HandlingAPatch/Tips.rst @@ -114,8 +114,8 @@ This is what you can do: * Act helpful and friendly: Chances are higher that your patch will be merged if the way you are communicating is fair. This is even more important for reviewers and active contributors, we do not allow ranters and haters in our - team and we try to stick to our - `Code of conduct `__ + team and we try to stick to our + `Code of conduct `__. Please keep that in mind when working with us. You will be rewarded with the pleasure of working with a group of pretty smart people if you act accordingly.