Thanks for your interest in contributing. This applies to VOOI's public repositories — primarily our example bots, SDKs, and integration tooling.
- Report bugs — open an issue with clear reproduction steps and your environment.
- Suggest improvements — open an issue describing the use case before sending a large PR.
- Submit changes — fork, branch, and open a pull request against
main.
- Fork the repo and create a branch from
main. - Keep changes focused — one logical change per PR.
- Match the existing code style of the repository.
- Describe what changed and why in the PR body.
- Make sure the project builds and any tests pass.
Never include API tokens, private keys, or secrets in code, commits, or issues. For security vulnerabilities, follow SECURITY.md instead of opening a public issue.
Reach us via @vooi_support_bot or the Perps API docs.