Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 885 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (18 loc) · 885 Bytes

Contributing

Thanks for helping google-map-polyline-encoding-tool.

Project Goal

This library exists as a PHP reference point for Google's Encoded Polyline Algorithm Format. Any improvements in documentation & performance are very welcome. Ideally, this library will be reduced to basic encode/decode functions, and superseded by other advanced & elegant libraries.

Review the following items before creating a pull-request.

Please Do

Ensure that code-coverage meets, or beats, previous tag.

$ vendor/bin/phpunit --coverage-text

Run PHPCS's lint on affected files.

$ vendor/bin/phpcs {examples,src,tests}

Happy Hacking!