Pull Requests
You've written code following the Code Style guide. Here's how to submit it. For large changes, consider opening an RFC first.
Branch naming
feat/context-graph-filtering
fix/duplicate-node-detection
refactor/extract-llm-runtime
docs/api-reference-update Review process
- Review SLA: All PRs receive a review within 24 hours
- DCO sign-off: All commits must be signed off (
git commit -s) to certify the Developer Certificate of Origin - CI must pass: Tests, linting, and build checks must all be green before merge
- One approval required: At least one maintainer approval for merge
PR template included
The repository includes a pull request template that guides you through describing changes, listing test coverage, and flagging breaking changes.
Was this page helpful?