miroir/.github/pull_request_template.md
jedarden 2dcfae8822 P8.6: Release mechanics — bump script, release-ready check, PR template, Argo CIs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 09:54:26 -04:00

40 lines
913 B
Markdown

## Summary
<!-- Describe what this PR does and why. -->
## Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactor
- [ ] Documentation
- [ ] Release
## Release checklist
If this is a release PR, verify each item before merging:
- [ ] All tests pass on `main` (`cargo test --workspace`)
- [ ] `CHANGELOG.md` updated with new version section (`## [x.y.z] - YYYY-MM-DD`)
- [ ] `Cargo.toml` workspace version bumped (`scripts/bump-version.sh x.y.z`)
- [ ] `Chart.yaml` `version` and `appVersion` updated (done by bump script)
- [ ] `scripts/release-ready-check.sh` passes locally
- [ ] Migration notes written in `CHANGELOG.md` if task store schema changed
- [ ] PR diff includes `CHANGELOG.md` changes
## CHANGELOG diff
<!-- Paste the relevant CHANGELOG section for this release, e.g.:
## [0.2.0] - 2026-04-19
### Added
- Feature X
### Fixed
- Bug Y
-->
## Test plan
<!-- How was this tested? -->