Files
query/.github/pull_request_template.md

14 lines
538 B
Markdown

## 🎯 Changes
<!-- What changes are made in this PR? Describe the change and its motivation. -->
## ✅ Checklist
- [ ] I have followed the steps in the [Contributing guide](https://github.com/TanStack/query/blob/main/CONTRIBUTING.md).
- [ ] I have tested this code locally with `pnpm run test:pr`.
## 🚀 Release Impact
- [ ] This change affects published code, and I have generated a [changeset](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md).
- [ ] This change is docs/CI/dev-only (no release).