From fbff53fcba7856268f57ba2b70bc6c21225842e0 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Jul 2026 18:43:39 +0000 Subject: [PATCH] Add the shared pull-request template (taphouse sync) Synced from the canonical TapHouse copy: the family's shared review prompts -- what changed and why, a Verification section asking what was actually built and run versus what CI will gate (plus the measured-not-remembered rule for performance claims), and a delete-what-does-not-apply list of the recurring cross-repo concerns: contract changes, submodule pin flow, notebook re-execution, package docs/help and universal binaries, and documented per-repo exceptions. Created only-if-missing and deliberately NOT drift-guarded, following the .claude/settings.json precedent: it is prose for humans rather than a machine-enforced config, so this repo is free to tailor it -- trim the bullets that do not apply here. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01JhhQ93r2E1QTnCx46YfX8j --- .github/pull_request_template.md | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 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..8723f79 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,40 @@ +## What this changes + + + +## Why + + + +## Verification + + + +## Notes for the reviewer + +