From c041fee6fc6ab126472850db1d12a815554093d5 Mon Sep 17 00:00:00 2001 From: Devin Foley Date: Thu, 2 Apr 2026 11:32:22 -0700 Subject: [PATCH] feat: add Model Used section to PR template and checklist Add a required "Model Used" section to the PR template so contributors document which AI model (with version, context window, reasoning mode, and other capability details) was used for each change. Also adds a corresponding checklist item. Co-Authored-By: Paperclip --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 75c5a361..02e83622 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -38,9 +38,25 @@ - +## Model Used + + + +- + ## Checklist - [ ] I have included a thinking path that traces from project context to this change +- [ ] I have specified the model used (with version and capability details) - [ ] I have run tests locally and they pass - [ ] I have added or updated tests where applicable - [ ] If this change affects the UI, I have included before/after screenshots