From b6b5e27d7b82a2c7df634f417ab75cd50fcb0b8e Mon Sep 17 00:00:00 2001 From: Kerry Lu Date: Fri, 11 Sep 2026 17:23:31 -0700 Subject: [PATCH] docs(pr-template): add an Assumptions section Action item from the v1.100.0 OOM RCA. LIT-6780 recorded "running without --detailed_debug was not tried" as unverified; the fix PR closing it stated "Only happens with --detailed_debug on" as fact without running that test, and the untested half is where the customer-facing OOM lived. Nothing in the template asked for the hedge, so it disappeared between the ticket and review. The section asks for each untested claim plus what breaks if it is wrong, and for any hedge on the linked ticket to be carried forward or explicitly closed out, so reviewers and coding agents have something concrete to attack. Co-Authored-By: Claude Code --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e85a397cbd2..f3d0155b1cd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -129,6 +129,23 @@ If you're seeing a delay in your PR being merged, ping the LiteLLM Team on [Slac human reader Leave this section empty if there are none --> +## Assumptions + + + ## QA runbook