Contributing
Guidelines for contributing to the AV2 project.
Getting Started
Fork the repository
Create a feature branch
Make your changes
Submit a pull request
Development Setup
git clone https://github.com/your-fork/utm-navigator.git
cd utm-navigator
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r requirements-dev.txt
Pull Request Process
Update documentation for new features
Add tests for new functionality
Ensure all tests pass
Update CHANGELOG.md
Request review from maintainers
Code Review
All changes require review before merging:
Code correctness
Test coverage
Documentation
Style compliance