Thanks for your interest in contributing! 🎉
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/gmail-cleaner.git cd gmail-cleaner - Create a branch for your changes:
git checkout -b feature/your-feature-name
- Python 3.9+
- uv (recommended) or pip
- Your own Google Cloud OAuth credentials
# Install dependencies
uv sync
# Run the app
uv run python main.pyThe app will be available at http://localhost:8766
docker compose up --build- Python: Follow PEP 8, use type hints where possible
- Open a feature request issue to discuss the idea or feel free to open an pr
- Keep PRs focused and small
- Update documentation if needed
- Please Test your changes locally
- Please Test Docker build if you modified Dockerfile or dependencies
- A maintainer will be automatically requested for review via CODEOWNERS on all pull requests
Feel free to open an issue or start a discussion!
Thank you for contributing! ❤️