Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 461 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 461 Bytes

How to contribute

If you would like to contribute, thank you :)

Here are a few informations you need to know before starting:

Branches

Pull requests should be made against the master branch, which is the PHP 5 implementation of the extension. The maintainers will take care of merging changes in the php7 branch, once the PR has been merged.

Testing

Tests are wrote in phpt format in the tests directory. They can be run by executing make test.