From 397e6b93d0f4773a4a93afd7150fb64945cc40ee Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Sat, 22 Aug 2026 14:16:29 -0700 Subject: [PATCH] docs: add a pull request template This repo had none, so PR bodies arrive with no structure. Uses the same foundry-derived template as seaport and seadrop, with all guidance inside HTML comments so nothing renders except the two headings the author fills in. Co-Authored-By: Claude Opus 5 --- .github/pull_request_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..90b4446 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,28 @@ + + +## Motivation + + + +## Solution + +