From bf2def7eb565c2f8cdaeb4e42df19508e54a2ff9 Mon Sep 17 00:00:00 2001 From: Mateo Wang <277851410+mateo-berri@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:32:30 -0700 Subject: [PATCH] docs(pr-template): add a User Flow section with authoring instructions (#36162) Adds a User Flow section right below the TLDR so every PR describes the same end user doing the same task before and after the change, plus comment instructions and a worked example so contributors can write it without any local tooling. --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 85291b49880..d34b0ee2e0f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,6 +13,33 @@ How it solves it: - - ... +## User Flow + + + ## Relevant issues