From 4e9eb536c31f039fe8e3f745cd8226275ebf36c7 Mon Sep 17 00:00:00 2001 From: smoparth Date: Thu, 26 Mar 2026 11:42:20 +0000 Subject: [PATCH] docs: add pull request template Add .github/PULL_REQUEST_TEMPLATE.md with What/Why sections and a single CONTRIBUTING.md guidelines checkbox. Kept minimal per maintainer preference. Closes: #968 Co-Authored-By: Claude Signed-off-by: smoparth --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 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 00000000..c6b0a3c0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +# Pull Request Description + +## What + + + +## Why + + + +- [ ] PR follows [CONTRIBUTING.md](https://github.com/python-wheel-build/fromager/blob/main/CONTRIBUTING.md) guidelines