Thank you for your interest in contributing!
- Fork the repository
- Create a feature branch:
git checkout -b feature/my-feature - Make your changes with tests
- Commit with a descriptive message
- Open a Pull Request
git clone https://github.com/rawqubit/shadowmap.git
cd shadowmap
pip install -r requirements.txt
export OPENAI_API_KEY="your-key"- Follow PEP 8
- Add type hints to all functions
- Write docstrings for public functions
- Add tests for new functionality
Please use GitHub Issues with a clear description and reproduction steps.