From 3284f9137752d2c6c260cddbd963ec6aa5e3e54b Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 25 Nov 2024 19:06:45 +0100 Subject: [PATCH] [TASK] Update all references to the new repository location --- Build/Scripts/runTests.sh | 2 +- CONTRIBUTING.md | 4 ++-- Documentation/ContinuousIntegration.rst | 6 +++--- Documentation/Environment.rst | 2 +- Documentation/guides.xml | 6 +++--- README.md | 6 +++--- composer.json | 4 ++-- package.json | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 2ac3d223..e16be97a 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -332,7 +332,7 @@ HOST_UID=$(id -u) HOST_PID=$(id -g) USERSET="" SUFFIX="$RANDOM" -NETWORK="friendsoftypo3-tea-${SUFFIX}" +NETWORK="typo3-best-practices-tea-${SUFFIX}" CI_PARAMS="${CI_PARAMS:-}" CONTAINER_HOST="host.docker.internal" # shellcheck disable=SC2034 # This variable will be needed when we try to clean up the root folder diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd880266..46f692da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,8 +13,8 @@ you agree to adhere to this code of conduct. Feel free to open an issue - no matter whether you found a bug, would like to request a feature or have questions. 1. Please check existing open and closed issues first and feel free to comment and re-open them. - Existing issues are available at https://github.com/FriendsOfTYPO3/tea/issues . -2. Create a new issue at https://github.com/FriendsOfTYPO3/tea/issues/new . + Existing issues are available at https://github.com/TYPO3BestPractices/tea/issues . +2. Create a new issue at https://github.com/TYPO3BestPractices/tea/issues/new . 3. Use a meaningful title. 4. Provide enough context, a concrete use case and steps to reproduce bugs. diff --git a/Documentation/ContinuousIntegration.rst b/Documentation/ContinuousIntegration.rst index 5aa76469..89fdd64e 100644 --- a/Documentation/ContinuousIntegration.rst +++ b/Documentation/ContinuousIntegration.rst @@ -23,8 +23,8 @@ GitHub Actions ============== This extension has a code-checking workflow for -`GitHub Actions `__ using -`local tools `__: +`GitHub Actions `__ using +`local tools `__: This workflow uses the development tools installed via Composer and PHIVE and calls them using the provided Composer scripts. This allows running the code quality checks locally as well as in GitHub Actions. @@ -35,5 +35,5 @@ GitLab CI ========= This extension also provides -`configuration `__ +`configuration `__ for `GitLab CI `__. diff --git a/Documentation/Environment.rst b/Documentation/Environment.rst index 1d92295c..060e9782 100644 --- a/Documentation/Environment.rst +++ b/Documentation/Environment.rst @@ -24,7 +24,7 @@ Also clone the tea extension. .. index:: Clone Tea Extension .. code-block:: bash - git clone git@github.com:FriendsOfTYPO3/tea.git + git clone git@github.com:TYPO3BestPractices/tea.git You can organize the folder structure as you wish, but lets say your folder structure looks like this: diff --git a/Documentation/guides.xml b/Documentation/guides.xml index edaec93b..07f29f7d 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -8,10 +8,10 @@ class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension" project-home="https://extensions.typo3.org/extension/tea" project-contact="mailto:typo3-coding@oliverklee.de" - project-repository="https://github.com/FriendsOfTYPO3/tea" - project-issues="https://github.com/FriendsOfTYPO3/tea/issues" + project-repository="https://github.com/TYPO3BestPractices/tea" + project-issues="https://github.com/TYPO3BestPractices/tea/issues" edit-on-github-branch="main" - edit-on-github="FriendsOfTYPO3/tea" + edit-on-github="TYPO3BestPractices/tea" typo3-core-preferred="stable" />