From aef9aa6fa3c891f10a14b59fc2f91683f7a51a69 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 18 Sep 2025 16:19:07 +0200 Subject: [PATCH] Typo fixes --- .github/workflows/test.yml | 2 +- CONTRIBUTING.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad7c4cd..402fdb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Display error message on failure if: failure() # This condition ensures the step runs only if the previous step failed - run: echo "The diff after running the update.sh shows that the update.sh was not run before commiting the PR." + run: echo "The diff after running the update.sh shows that the update.sh was not run before committing the PR." check-build: runs-on: ubuntu-24.04 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d65a0e..caeb24d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ 2. Keep only one Dockerfile.template file, use `sed` value replacement in `update.sh` 3. Keep most up to date PHP version that matches each [Dolibarr releases](https://wiki.dolibarr.org/index.php/Versions). 4. Be careful about [supported PHP versions](https://www.php.net/supported-versions.php), try to avoid deprecated PHP version, but only if it doesn't break rule #3. -5. Run the `update.sh` script to generate all the files rquired to build each Docker images. -6. Check the `README.md`, to ensure it is well formatted (on some environment `Supported Tags` could be broken) +5. Run the `update.sh` script to generate all the files required to build each Docker images. +6. Check the `README.md`, to ensure it is well formatted (on some environment `Supported Tags` could be broken) 7. Commit all content in `images` directory 8. Open a pull request with a polite and well described content ^_^