From 2418904e11ee6beccf74d9daf5099fec6594f29d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 02:54:33 +0000 Subject: [PATCH 1/2] Initial plan From ee4777916966376106cfd7fa3b9006e7d778a6cb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 02:56:31 +0000 Subject: [PATCH 2/2] Add PR template and update agent to use it Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ .github/agents/copilot-coding-agent.md | 1 + 2 files changed, 20 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..fcd4c729 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +## Summary + + + +## Validation + + + +```bash +make compile # sync triggers + compile to lock files +make lint # run all linters +``` + +## Pre-Completion Checklist + +- [ ] Re-read the issue or request and confirmed this PR directly addresses it +- [ ] Reviewed all changed files for correctness +- [ ] Ran `make compile` and `make lint` with no errors +- [ ] Verified no unrelated files were modified diff --git a/.github/agents/copilot-coding-agent.md b/.github/agents/copilot-coding-agent.md index 9972b380..af78835b 100644 --- a/.github/agents/copilot-coding-agent.md +++ b/.github/agents/copilot-coding-agent.md @@ -58,6 +58,7 @@ Before finishing: - Re-read the issue or request one more time and confirm the final response directly addresses it. - Double-check changed files and command output for correctness before reporting completion. - Prefer a complete, verified solution over a partial fix; if blocked, clearly explain the blocker and what was already verified. +- When opening a pull request, read `.github/PULL_REQUEST_TEMPLATE.md` and use it as the PR description template, filling in each section. For this repository: