Skip to content

Commit e4fd0b4

Browse files
committed
Add support and contribution guidelines
1 parent f2cb03d commit e4fd0b4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,26 @@ web server (PHP 5.4+):
384384

385385
For more information, see the [example application directory](https://github.com/adrianmacneil/omnipay/tree/master/example).
386386

387+
## Support
388+
389+
If you are having general issues with Omnipay, we suggest posting on
390+
[Stack Overflow](http://stackoverflow.com/). Be sure to add the
391+
[omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.
392+
393+
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/adrianmacneil/omnipay/issues),
394+
or better yet, fork the library and submit a pull request.
395+
396+
## Contributing
397+
398+
* Fork the project.
399+
* Make your feature addition or bug fix.
400+
* Add tests for it. This is important so I don't break it in a future version unintentionally.
401+
* Commit just the modifications, do not mess with the composer.json or CHANGELOG.md files.
402+
* Ensure your code is nicely formatted in the [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
403+
style and that all tests pass.
404+
* Send the pull request.
405+
* Check that the [travis build](https://travis-ci.org/adrianmacneil/omnipay) passed. If not, rinse and repeat.
406+
387407
## Feedback
388408

389409
**Please provide feedback!** We want to make this library useful in as many projects as possible.

0 commit comments

Comments
 (0)