Summary
Add an automated backstop that rewrites checklist sections in closed issue bodies and merged PR descriptions so the final state reflects completion instead of leaving stale unchecked boxes behind.
Problem
The current template enforcement workflow validates issue and PR checklists, but it does not rewrite the body when an issue is closed or a PR is merged. That leaves the description inconsistent with the final state and makes completed items look incomplete.
Proposed Fix
- Add a workflow that triggers on closed issues and merged PRs.
- Update the body checklist sections so completed items are marked as checked.
- Keep the existing validation workflow strict so incomplete bodies still fail before merge or close.
- Document the finalisation path for maintainers and automation callers.
Acceptance Criteria
Definition of Ready (DoR)
Definition of Done (DoD)
References
.github/workflows/template-enforcement.yml.github/pull_request_template.md.github/ISSUE_TEMPLATE/docs/PR_CREATION_PROCESS.mddocs/WORKFLOW_COORDINATION.md
Summary
Add an automated backstop that rewrites checklist sections in closed issue bodies and merged PR descriptions so the final state reflects completion instead of leaving stale unchecked boxes behind.
Problem
The current template enforcement workflow validates issue and PR checklists, but it does not rewrite the body when an issue is closed or a PR is merged. That leaves the description inconsistent with the final state and makes completed items look incomplete.
Proposed Fix
Acceptance Criteria
Definition of Ready (DoR)
Definition of Done (DoD)
References
.github/workflows/template-enforcement.yml.github/pull_request_template.md.github/ISSUE_TEMPLATE/docs/PR_CREATION_PROCESS.mddocs/WORKFLOW_COORDINATION.md