# Contributing to Peregrine See the full contributing guide in the documentation: https://docs.circuitforge.io/peregrine/developer-guide/contributing/ ## Quick start 1. Fork the repo and create a feature branch (`feat/my-feature`) 2. Set up the dev environment: `conda env create -f environment.yml` 3. Run tests: `conda run -n job-seeker python -m pytest tests/ -v` 4. Open a pull request — all CI checks must pass See the docs for: adding custom scrapers, adding integrations, code style, and PR checklist.