File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,26 @@ web server (PHP 5.4+):
384
384
385
385
For more information, see the [ example application directory] ( https://github.com/adrianmacneil/omnipay/tree/master/example ) .
386
386
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
+
387
407
## Feedback
388
408
389
409
** Please provide feedback!** We want to make this library useful in as many projects as possible.
You can’t perform that action at this time.
0 commit comments