[docs] number ADRs by PR and track binding convergence in an issue#17697
[docs] number ADRs by PR and track binding convergence in an issue#17697titusfortner wants to merge 10 commits into
Conversation
PR Summary by QodoNumber ADRs by PR and move binding convergence to tracking issues Description
Diagram
High-Level Assessment
Files changed (3)
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
11 rules 1. AI disclosure prompt missing
|
|
Code review by qodo was updated up to the latest commit 1f202c3 |
|
Code review by qodo was updated up to the latest commit 533e2fb |
|
Code review by qodo was updated up to the latest commit 18c53ab |
|
Code review by qodo was updated up to the latest commit 3754bd8 |
|
Code review by qodo was updated up to the latest commit cfc4db1 |
|
Code review by qodo was updated up to the latest commit 532550c |
🔗 Related Issues
Follow-up to #17665 (design decision record process).
💥 What does this PR do?
Refines the just-merged ADR process based on early experience writing records:
Accepted/Rejected/Superseded), so it stays immutable; the long-lived binding checklist lives in an issue. Adds an "ADR Implementation Tracking" issue form for it..github/PULL_REQUEST_TEMPLATE/adr.md) that points readers at the record and structures the body into related links, proposal notes, discussion, and tracking, documented in the README.Datefield from the template (git already tracks this).🔧 Implementation Notes
The scope and altitude wording directly answers recurring review feedback on draft ADRs: that records "bundle independently-adoptable decisions" and that they run implementation-heavy.
Tracking lives in a dedicated issue (linked from the record's PR) rather than the PR description, since the PR closes at merge while convergence continues for months.
🤖 AI assistance
💡 Additional Considerations
This is a process change to a just-merged TLC decision (#17665), so it should get TLC sign-off rather than a quiet merge.
🔄 Types of changes