packages/docs/guides/contribute-to-core.mdx
elizaOS open source contribution happens across these main areas:
github.com/elizaos/eliza - The core monorepo containing:
packages/typescript - Runtime, types, interfaces, and basic-capabilities pluginpackages/cli - Command-line tools and elizaos CLIpackages/server - Agent server implementationpackages/client - Client libraries and interfacespackages/plugin-sql, etc.)packages/project-starter, packages/project-tee-starter)packages/plugin-starter, packages/plugin-quick-starter)github.com/elizaos-plugins - Official plugins maintained by the elizaOS team:
plugin-discord - Discord integrationplugin-x - X integrationplugin-evm - Ethereum and blockchain functionalityStart here first - Browse existing bugs in the main repo:
Focus on labels like:
good first issue - Perfect for newcomersbug - Something that needs fixingFind issues in elizaOS-maintained plugins (often more focused for first contributions):
Official elizaOS plugins:
Community plugins are separate - These are built by the community:
If you discover a bug without an existing issue:
## Bug Description
The Discord plugin fails to connect when using voice channels
## Steps to Reproduce
1. Configure agent with Discord and ElevenLabs plugins
2. Invite agent to voice channel
3. Agent connects but immediately disconnects
## Expected Behavior
Agent should remain connected and respond with voice
## Environment
- elizaOS version: 1.4.4
- Node version: 23.3
- OS: macOS 14.0
Beyond code contributions, you can help in these important areas:
Documentation contributions:
Community support:
elizaOS follows standard open source contribution practices for all repositories.
develop branch for monorepo or 1.x branch for pluginsFocus on these types of contributions:
Implementation steps:
Target the correct branch:
develop branch1.x branch (or check the default branch)Create a detailed pull request with:
Fixes #123)What we look for:
Technical requirements:
Connect with core developers and other contributors:
Key channels for contributors:
For significant contributions: