Skip to content

Commit fe0ae4f

Browse files
Update PR template
1 parent 65ee7ac commit fe0ae4f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/pull_request_template.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
## 🎯 Changes
22

3-
<!-- What changes are made in this PR? Is it a feature or a package submission? -->
3+
<!-- What changes are made in this PR? Describe the change and its motivation. -->
44

55
## ✅ Checklist
66

7-
- [ ] I have followed the steps listed in the [Contributing guide](https://github.com/TanStack/config/blob/main/CONTRIBUTING.md).
8-
- [ ] I have tested and linted this code locally.
9-
- [ ] I have generated a [changeset](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md) for this PR, or this PR should not release a new version.
7+
- [ ] I have followed the steps in the [Contributing guide](https://github.com/TanStack/config/blob/main/CONTRIBUTING.md).
8+
- [ ] I have tested this code locally with `pnpm test:pr`.
9+
10+
## 🚀 Release Impact
11+
12+
- [ ] This change affects published code, and I have generated a [changeset](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md).
13+
- [ ] This change is docs/CI/dev-only (no release).

0 commit comments

Comments
 (0)