diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 77c1b55f029..6fbf7d428db 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,5 +18,6 @@ * [ ] Tests pass on CI and coverage remains at 100% * [ ] Documentation reflects the changes where applicable * [ ] `changes/-.md` file added describing change - (see [changes/README.md](https://github.com/pydantic/pydantic/blob/main/changes/README.md) for details) + (see [changes/README.md](https://github.com/pydantic/pydantic/blob/main/changes/README.md) for details. + To skip this check Add **"skip change file check"** to the pull request body.) * [ ] My PR is ready to review, **please add a comment including the phrase "please review" to assign reviewers**