If you're interested in contributing, take a look at the general contributor's guide first.
Unit tests uses phpunit
. You'd need to install dependencies using composer.
From the root folder:
brew install composer
composer install
composer selfupdate
brew install phpunit
phpunit -c phpunit.xml Tests/
When submitting PR - make sure to include description of a change in CHANGELOG.md. This will help produce release notes.
- Create a release tag. Make sure tag name is incremented version from the previous release. Use CHANGELOG.md for release description.
- Packagist.org will pick up the new version from tags.
- Bump versions in CHANGELOG.md and Telemetry_Context.php.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.