FiberGate / .github /PULL_REQUEST_TEMPLATE.md
AzizMiladi's picture
chore: scaffold src/guichetoi package, pyproject.toml, CI, PR/issue templates
bbc5f0a
|
Raw
History Blame
618 Bytes
<!-- Keep PRs focused: one logical change per PR. Branch off `main`. -->
## Summary
<!-- 1-3 sentences. What does this PR do and why. -->
## Changes
<!-- Bullet list of the key changes. File paths welcome. -->
-
## Test plan
<!-- How did you verify it works? Tick what applies. -->
- [ ] `pytest -q` passes locally
- [ ] Streamlit demo still loads (`make demo`)
- [ ] FastAPI service starts and `/health` returns `pipeline_loaded: true`
- [ ] Docker image builds (`docker build -t guichetoi-ml .`)
- [ ] No new files contain customer PII
## Risk
<!-- Anything reviewers should look at extra carefully? -->
-