diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 77c1b55f02..7dc67e4aba 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. + You can [skip this check](https://github.com/pydantic/hooky#change-file-checks) if the change does not need a change file.) * [ ] My PR is ready to review, **please add a comment including the phrase "please review" to assign reviewers**