From 673d70853cfc7200b7c728bb5ef54a9726cde989 Mon Sep 17 00:00:00 2001 From: ivorycrayon Date: Sun, 24 May 2026 14:41:33 -0700 Subject: [PATCH] chore: add PR template Auto-populate new PRs with the LLMATIONS convention: `## What` then `## Why` (both required), with optional `## Test plan` for behavioural changes not covered by CI. --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3856238 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +## What + + + +## Why + + + +