Evolution SDK
Introduction

Community & Support

Get help, report bugs, and contribute to Evolution SDK

Community & Support

Get Help

ChannelUse For
GitHub IssuesBug reports and feature requests
GitHub DiscussionsQuestions, ideas, and general discussion
API ReferenceFull module documentation

Report a Bug

  1. Check existing issues to avoid duplicates
  2. Include: SDK version, Node.js version, minimal reproduction code
  3. Describe expected vs actual behavior

Request a Feature

Open a GitHub Discussion to discuss the idea before submitting a PR. This helps align on API design before implementation work begins.

Contributing

We welcome contributions. See the full Contributing Guide for details.

Quick start:

git clone https://github.com/IntersectMBO/evolution-sdk.git
cd evolution-sdk
pnpm install
pnpm build
pnpm test

Before submitting a PR:

  • Fork the repo and branch from main
  • Add tests for new code
  • Update docs if you changed APIs
  • Ensure pnpm build, pnpm test, and pnpm lint pass