Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 989 Bytes

File metadata and controls

33 lines (19 loc) · 989 Bytes

Contributing

Contributions of any kind are welcome! If you've found a bug or have a feature request, please open an issue.

For help with the Paddle API or building your integration, contact our support team at sellers@paddle.com.

How to contribute

To make changes yourself, follow these steps:

  1. Fork this repository and clone it locally.

  2. Install dependencies:

    pnpm install
  3. Make your changes

  4. Run the project:

    pnpm dev
  5. Test changes in the browser:

    Open http://localhost:3000 in your browser to see your changes.

  6. Submit a pull request

We'll review your PR and get back to you. If approved, we'll merge your changes. Thanks for making Paddle better for everyone 💛