Contributions are most welcome, and the more eyes on the code the better.
git clone git@github.com:yourfork/bech32 && cd bech32git checkout -b your-feature-branchvendor/bin/phpcs -n --standard=PSR1,PSR2 src testvendor/bin/phpcbf --standard=PSR1,PSR2 src testvendor/bin/phpunitvendor/bin/phpunit --coverage-html=buildgit commit ...git push origin your-feature-branchPlease GPG sign your commits if possible: git commit -S ...