Skip to content

Contributing

PT | EN

Vectora is an open source project (MIT) and welcomes contributions from the entire community. This guide covers how to report bugs, suggest features, contribute code, and improve documentation.

Contribution Types

TypeEffortImpactHow
Bug ReportsLowHigh→ Issues
DocsMediumHigh→ Guidelines
Code FeaturesHighHigh→ Roadmap
Bug FixesMediumHighFork + Pull Request
TestsMediumMediumsrc/tests/
FeedbackLowMedium→ Discussions

Quick Start

  1. Fork the repository.
  2. Clone your copy: git clone https://github.com/your-username/vectora.git
  3. Create a branch: git checkout -b feat/your-feature
  4. Commit: git commit -am "Add feature"
  5. Push: git push origin feat/your-feature
  6. Open a Pull Request in the original repository.

Next Steps


Questions? GitHub Discussions

External Linking

ConceptResourceLink
MCPModel Context Protocol Specificationmodelcontextprotocol.io/specification
MCP Go SDKGo SDK for MCP (mark3labs)github.com/mark3labs/mcp-go

Part of the Vectora ecosystem · Open Source (MIT) · Contributors