From 3a64e3bb9e793da7dc18893e79d4086ed0bd70c8 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 2 Mar 2026 09:52:36 +0100 Subject: [PATCH] :memo: Update README.md to point to a new "Developers" page --- .doc/developers.md | 9 +++++++++ README.md | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 .doc/developers.md diff --git a/.doc/developers.md b/.doc/developers.md new file mode 100644 index 000000000..278cae5cd --- /dev/null +++ b/.doc/developers.md @@ -0,0 +1,9 @@ +# Developers + +## PHP Code Styles +We use `PHP CS Fixer` to ensure code formating consistency across PHP codebase. +You can find the configuration and instructions to run it [here](../tests/php-code-style/README.md). + +## PHP Static Analysis +We use `PHPStan` to ensure code quality and to detect potential bugs in our PHP codebase. +You can find the configuration and instructions to run it [here](../tests/php-code-style/README.md). \ No newline at end of file diff --git a/README.md b/README.md index 0b5651667..a6f98d02d 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ iTop development is sponsored, led, and supported by [Combodo][0]. [0]: https://www.combodo.com +## Developers + +You can find information and instructions about our quality tools and how to run them [here](.doc/developers.md). ## Contributors