Skip to content

Contributing to the SDK

jziaja edited this page Mar 5, 2015 · 1 revision

Reporting Issues

While developing an application that uses the PayPal .NET SDK, there's a change you might come across some SDK behavior that you don't feel is quite right or you would like improved. If that's the case, don't hesitate to open an issue on the SDK repository here on GitHub.

Have a code change that you might find useful or fixes a bug with the SDK? Open an issue, or even better, create a pull request with the fix.

Don't know how to create a pull request? Don't worry! Just follow the steps outlined by GitHub on the Creating a pull request help page.

Sample Project

Can't find a sample you're looking for? Open an issue and let us know the use case that's missing.

NOTE: The SDK maintains a sandbox account that the samples can use out-of-the-box. If a new sample is requested that requires a change to the account settings, let us know ahead of time and we'll do our best to get it added.

If you encounter any issue with any of the samples, open an issue and let us know!

More Information

For general guidelines for how to contribute to an open source GitHub repository like the PayPal .NET SDK, refere to the Contributing to Open Source on GitHub page.