Thanks for wanting to contribute to Clipify! A few simple guidelines to get you started.
- Fork the repository and create a feature branch (prefix with
feature/orfix/). - Keep changes small and focused; open a PR when ready for review.
- Run tests locally before opening a PR:
source venv/bin/activate
python -m pip install -r requirements.txt
pytest- Do not commit secrets. Use
.env.exampleas a template and add your keys to a local.env(which is gitignored). - Be descriptive in your PR title and include a short summary of changes.
Maintainers may request changes or ask you to split large PRs.