Contributing
Contributions to Routir are welcome! Please follow these guidelines when contributing.
Getting Started
Fork the repository
Create a new branch for your feature
Make your changes
Run tests
Submit a pull request
Development Setup
git clone https://github.com/yourusername/routir.git
cd routir
pip install -e ".[dev]"
Running Tests
pytest
Code Style
This project follows PEP 8 style guidelines. Please ensure your code is formatted properly before submitting.