From 06d2efdd56061bca67ded17d195ca8d39132acff Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:42:25 -0700 Subject: [PATCH] docs: structure PR template TLDR into problem/solution bullets --- .github/pull_request_template.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5207e03fdc2..bbe5845f5a9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,17 @@ ## TLDR - + + +Problem this solves: + +- +- ... + +How it solves it: + +- +- ... ## Relevant issues