Thanks for your interest in contributing!
- Fork the repo
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/meshgraph - Create a branch:
git checkout -b my-feature - Install deps:
pip install -r requirements.txt - Run:
python main.py - Make your changes
- Submit a PR
- Connectors — Slack, Linear, Jira, Google Docs integrations
- Extraction prompts — improving entity/decision extraction quality
- Frontend — graph visualization improvements, mobile responsiveness
- Tests — unit tests for graph operations and extraction
- Docs — tutorials, deployment guides, examples
- Python: follow existing patterns in the codebase
- Frontend: vanilla JS, no build step
- Keep it simple — we value readability over cleverness
By contributing, you agree that your contributions will be licensed under Apache 2.0.