Skip to content

Commit

Permalink
Add sponsor and contributing info
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanphp committed Jan 30, 2024
1 parent 50ac664 commit 9c7c99d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [eymengunay, razvanphp]
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,18 @@ The output should display OK. If not, you need to figure out what's going on and
## Reporting an issue or a feature request
Issues and feature requests related to this library are tracked in the Github issue tracker: https://github.com/eymengunay/php-passbook/issues

## Contributing

Contributions are welcome and will be fully credited. We accept contributions via Pull Requests here on GitHub.

Please note that this project adhered to [PSR-12 Extended Coding Style Guide](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md), so your changes need to:
- Have PHPUnit-test coverage and tests must pass with all supported PHP versions
- Pass PHPStan & PHP_CodeSniffer static analysis checks
- Be documented in `README.md` for any change in behaviour

## Donating

If you want to support the project, please consider to donate a small amount using my [Gratipay](https://gratipay.com/eymengunay) or [Changetip](http://eymengunay.tip.me) page. Thank you for your support!
If you want to support the project, please consider to donate a small amount using GitHub Sponsors button. Thank you for your support!

## See also
[PassbookBundle](https://github.com/eymengunay/PassbookBundle): PHP-Passbook library integration for Symfony2

0 comments on commit 9c7c99d

Please sign in to comment.