Skip to content

Contributing to MIRIX

Thank you for your interest in contributing to MIRIX! Here's how you can help improve our multi-agent personal assistant project.

🐛 Bug Reports

Found a bug? Please open a GitHub Issue with:

  • Clear description of the problem
  • Steps to reproduce
  • Expected vs actual behavior
  • Your environment details (OS, Python version, etc.)

💡 Feature Requests

Have an idea for a new feature? We'd love to hear it! Please:

  1. Check our GitHub Discussions to see if it's already been suggested
  2. Open a new discussion in the "Ideas" category to get community feedback
  3. If there's interest, we can create a GitHub issue to track development

🔧 Code Contributions

Want to contribute code? Here's the simple process:

  1. Fork the repository on GitHub
  2. Create a new branch for your changes:
    git checkout -b feature/your-feature-name
    
  3. Make your changes and commit them
  4. Push to your fork and create a pull request
  5. Describe your changes clearly in the PR description

💬 Getting Help

Need help or have questions?

🤝 Community Guidelines

  • Be respectful and constructive
  • Help others when you can
  • Keep discussions focused and relevant

Thanks for contributing to MIRIX! 🚀