From fd8e6f46ffd7e95cf59eff9ed5f099c2c40efbc9 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 23 Aug 2022 21:40:29 +0200 Subject: [PATCH] Add how to skip the change file check to pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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**