Contributing Guide
Thank you for considering contributing to Ollama Toolkit!
Getting Started
Fork the repository from https://github.com/Ace1928/ollama_toolkit
Clone your fork:
git clone https://github.com/yourusername/ollama_toolkit.git
Set upstream:
git remote add upstream https://github.com/Ace1928/ollama_toolkit.git
Development Setup
Install development dependencies:
pip install -e ".[dev]"
Run tests to verify your setup:
pytest
Create a branch for your changes:
git checkout -b feature/your-feature-name
Pull Request Process
Ensure all tests pass:
pytest
Update documentation if needed
Submit your PR to https://github.com/Ace1928/ollama_toolkit