Skip to content

Commit 875befe

Browse files
authored
add PULL_REQUEST_TEMPLATE (#688)
1 parent bbd5bb4 commit 875befe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!-- Thank you for your contribution! -->
2+
3+
## Change Summary
4+
5+
<!-- Please give a short summary of the changes. -->
6+
7+
## Related issue number
8+
9+
<!-- Are there any issues opened that will be resolved by merging this change? -->
10+
<!-- WARNING: please use "fix #123" style references so the issue is closed when this PR is merged. -->
11+
12+
## Checklist
13+
14+
* [ ] Unit tests for the changes exist
15+
* [ ] Documentation reflects the changes where applicable
16+
* [ ] Pydantic tests pass with this `pydantic-core` (except for expected changes)
17+
* [ ] My PR is ready to review, **please add a comment including the phrase "please review" to assign reviewers**

0 commit comments

Comments
 (0)