Pull Request Process
Before Creating a PR
Update Your Fork
git remote add upstream https://github.com/raga-ai-hub/agentneo.git
git fetch upstream
git rebase upstream/mainRun Tests
pytest tests/
pytest --cov=agentneo tests/Check Code Style
black .
isort .
flake8Creating a Pull Request
PR Checklist
PR Template
Review Process
What We Look For
Code Quality
Clean and readable code
Proper error handling
Efficient implementations
Testing
Adequate test coverage
Edge case handling
Performance considerations
Documentation
Clear docstrings
Updated README/docs
Code comments where needed
Review Timeline
Initial review: 1-2 business days
Follow-up reviews: 1 business day
Final approval: 1-2 business days
After Approval
Squash and Merge
Update Local Repository
Clean Up
Last updated