Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.04 KB

File metadata and controls

25 lines (16 loc) · 1.04 KB

Contributing to VOOI

Thanks for your interest in contributing. This applies to VOOI's public repositories — primarily our example bots, SDKs, and integration tooling.

Ways to contribute

  • 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.

Pull requests

  1. Fork the repo and create a branch from main.
  2. Keep changes focused — one logical change per PR.
  3. Match the existing code style of the repository.
  4. Describe what changed and why in the PR body.
  5. Make sure the project builds and any tests pass.

Security

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.

Questions

Reach us via @vooi_support_bot or the Perps API docs.