diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dab8583f0..cd0b3f1dd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,44 @@ -Closes: +## Summary + + +## Why + +Fixes # + +## What changed + +- +- + +## MCP impact + +- [ ] No tool or API changes +- [ ] Tool schema or behavior changed +- [ ] New tool added + +## Prompts tested (tool changes only) + + + +- + +## Security / limits + +- [ ] No security or limits impact +- [ ] Auth / permissions considered +- [ ] Data exposure, filtering, or token/size limits considered + +## Lint & tests + +- [ ] Linted locally with `./script/lint` +- [ ] Tested locally with `./script/test` + +## Docs + +- [ ] Not needed +- [ ] Updated (README / docs / examples)