Contributing

Contributions to Routir are welcome! Please follow these guidelines when contributing.

Getting Started

  1. Fork the repository

  2. Create a new branch for your feature

  3. Make your changes

  4. Run tests

  5. 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.