📦 EqualifyEverything / equalify-reflow

📄 PULL_REQUEST_TEMPLATE.md · 36 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36## Summary

<!-- One or two sentences on what this PR changes and why. The "why" matters more than the "what" — the diff shows the what. -->

## Related issue

<!-- Link an issue if one exists. Otherwise, explain why this change needs no issue. -->

Closes #

## Type of change

- [ ] Bug fix
- [ ] New feature
- [ ] Refactor (no behaviour change)
- [ ] Documentation
- [ ] Prompt / agent improvement (touches `src/agents/` or the AI prompts in `src/services/pipeline_viewer.py`)
- [ ] Infrastructure / CI
- [ ] Other: <!-- explain -->

## Testing

<!-- What did you run? Which tests did you add? -->

- [ ] `make test-fast` passes
- [ ] `make test-integration` passes (if touching services or workers)
- [ ] Manually verified in `make dev` (if touching API endpoints or the Pipeline Viewer)

## Checklist

- [ ] I've read [CONTRIBUTING.md](../CONTRIBUTING.md) and followed its conventions
- [ ] I've updated documentation where relevant (`README.md`, `docs/`, `AGENTS.md`)
- [ ] My commits follow [Conventional Commits](https://www.conventionalcommits.org/) (`feat:`, `fix:`, `docs:`, etc.)
- [ ] I've added or updated tests for any behaviour change
- [ ] My change does not regress accessibility of generated markdown (if touching pipeline steps)