PULL_REQUEST_TEMPLATE.md•1.16 kB
## 📦 Pull Request Summary
<!-- Clearly describe what this PR does -->
### ✨ What’s Changed
<!-- Bullet-point summary of high-level changes, ideally grouped by system -->
- **MCP**: ...
- **SDK**: ...
- **Backend Server / API**: ...
- **Other**: ...
---
## 🎯 Motivation / Context
<!-- Why was this change made? What problem does it solve or improvement does it introduce? -->
---
## ✅ Contributor Checklist
- [ ] Documentation is up-to-date
- [ ] MCP tool descriptions and instructions are up-to-date
- [ ] Client SDK updated (if applicable)
- [ ] Integration test suite has been run and passes (may not be necessary)
- [ ] Unit tests added or updated (if applicable)
- [ ] Changes are covered by tests
---
## ⚠️ Compatibility Notes
- [ ] ✅ Fully backward compatible
- [ ] ⚠️ Minor behavioral change (non-breaking)
- [ ] ❌ Breaking change — migration steps documented below
<details>
<summary>🔁 Migration Notes (if applicable)</summary>
<!-- Describe any required actions for downstream consumers -->
</details>
---
## 📝 Additional Notes
<!-- Any extra context, links, known issues, or follow-up tasks -->