Issues
If you have a question, something is not working or you want to make a suggestion, feel free to open a new issue here - https://github.com/openbuildings/paypal/issues/new.
Checkout existing issues before opening a new one.
Pull Requests
- Use the master branch for your pull requests.
- Before writing significant amount of code, open an issue and discuss it.
- Run existing unit tests and write your own. Travis would take care of PRs automatically, but you could run the tests locally before that. Run
composer install
and then./vendor/bin/phpunit
. - Try to use the existing coding style described here: http://kohanaframework.org/3.3/guide/kohana/conventions
We would love pull requests about:
- extending the coverage of PayPal APIs,
- extending the test coverage,
- documentation.
Ignored Files
Do not commit system files, but don't clutter .gitignore. Use a useful global .gitignore.