Contributing¶
Contributions are welcome! Please follow these guidelines.
Development Setup¶
git clone https://github.com/CamiloSinningUN/GlassCut.git
cd GlassCut
uv sync --group dev
Building Documentation¶
cd docs
sphinx-apidoc -o api ../glasscut
make html
Pull Request Process¶
Fork the repository and create a feature branch
Add tests for any new functionality
Ensure all tests pass and linting is clean
Update documentation if needed
Submit a pull request