Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 968 Bytes

File metadata and controls

31 lines (22 loc) · 968 Bytes

Contributing to meshgraph

Thanks for your interest in contributing!

Getting Started

  1. Fork the repo
  2. Clone your fork: git clone https://github.com/YOUR_USERNAME/meshgraph
  3. Create a branch: git checkout -b my-feature
  4. Install deps: pip install -r requirements.txt
  5. Run: python main.py
  6. Make your changes
  7. Submit a PR

What We Need Help With

  • 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

Code Style

  • Python: follow existing patterns in the codebase
  • Frontend: vanilla JS, no build step
  • Keep it simple — we value readability over cleverness

License

By contributing, you agree that your contributions will be licensed under Apache 2.0.