Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardChukwu authored Feb 5, 2025
1 parent 5aa56cb commit b5b73c4
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b5b73c4

Please sign in to comment.