From a502afe608fa264559a0afca19ec5b123fc52743 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Tue, 15 Sep 2026 09:34:45 -0700 Subject: [PATCH] docs(github): ask for interactive coding-tool proof in the PR template --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2dc85fce05b..7a9883df356 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -101,7 +101,8 @@ If you're seeing a delay in your PR being merged, ping the LiteLLM Team on [Slac For bug fixes: Before shows the reproduction, After shows the same steps passing For new features: Before shows the capability missing, After shows it working end-to-end If the change applies to all three LLM endpoints (/v1/responses, /v1/chat/completions, /v1/messages), make each endpoint its own case, not just one - For UI changes: before/after screenshots under the same headings --> + For UI changes: before/after screenshots under the same headings + If the main use case runs through a coding tool like Claude Code or Codex, drive that tool interactively the way the user does (never `claude -p`, `codex exec`, or curl on its own) and embed before/after screenshots of its pane under the same headings; curl replays and headless runs can follow as extra cases, never as the only proof --> ## Type