# Contributing
Contributions of any kind are welcome! If you've found a bug or have a feature request, please [open an issue](/issues).
For help with the Paddle API or building your integration, contact our support team at [sellers@paddle.com](mailto:sellers@paddle.com).
## How to contribute
To make changes yourself, follow these steps:
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository and [clone](https://help.github.com/articles/cloning-a-repository/) it locally.
2. Install dependencies:
```bash
pnpm install
```
3. Make your changes
4. Build the project:
```bash
pnpm build
```
5. Test changes with the MCP inspector:
```bash
pnpm inspector
```
Include your `--api-key` and `--environment` values when running the server
6. Submit a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/)
We'll review your PR and get back to you. If approved, we'll merge your changes. Thanks for making Paddle better for everyone 💛