Introduction
Community & Support
Get help, report bugs, and contribute to Evolution SDK
Community & Support
Get Help
| Channel | Use For |
|---|---|
| GitHub Issues | Bug reports and feature requests |
| GitHub Discussions | Questions, ideas, and general discussion |
| API Reference | Full module documentation |
Report a Bug
- Check existing issues to avoid duplicates
- Include: SDK version, Node.js version, minimal reproduction code
- 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 testBefore 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, andpnpm lintpass