# Contributing

## Development

Assuming you have `ts-sdk-gen` in the same folder as `sumup-ts`:

```sh
npx ../ts-sdk-gen/ ./openapi.json ./src/
```

## Conventional Commits

`sumup-ts` heavily relies on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) which are used to generate changelog. All PR titles must follow the conventional commits standard.
