From b5b73c4babb3403f35d495c2ed27fe5d621bc332 Mon Sep 17 00:00:00 2001 From: Richard Chukwu <79311274+RichardChukwu@users.noreply.github.com> Date: Wed, 5 Feb 2025 10:12:19 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4ab314f8..71ab734a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,19 +71,11 @@ make all-checks ## Testing -We use various tools for testing and static analysis: +To ensure your changes meet our project's standards, simply run: ```bash -# Run all tests -make test - -# Run static analysis -make phan -make psalm -make phpstan +make all -# Run style checks -make style ``` To run tests against different PHP versions: @@ -110,7 +102,7 @@ Most of our communication is done on CNCF Slack in the channel: - **Slack**: [otel-php](https://cloud-native.slack.com/archives/C01NFPCV44V) - **GitHub Discussions**: [OpenTelemetry PHP Discussions](https://github.com/open-telemetry/opentelemetry-php/discussions) -- **Issues**: If you encounter a bug, [open an issue](https://github.com/open-telemetry/opentelemetry-php-contrib/issues) +- **Issues**: If you encounter a bug, [open an issue](https://github.com/open-telemetry/opentelemetry-php/issues) ## Troubleshooting Guide