[docs] ADR implementation updates - track by PR number, clarify PR body vs ADR, tracking status by issue#17697
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. ADR filename placeholder mismatch
|
|
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 |
Proposes a public, static install on each binding's driver and service classes that downloads the driver and browser ahead of a session, warming the Selenium Manager cache without pinning paths or mutating options. Follows the ADR process refined in SeleniumHQ#17697. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
diemol
left a comment
There was a problem hiding this comment.
During the TLC meeting we decided we can merge this change.
|
Code review by qodo was updated up to the latest commit c9d4efa |
🔗 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