Skip to content

Commit

Permalink
Add how to skip the change file check to pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Aug 23, 2022
1 parent 135e3a5 commit a37a156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -18,5 +18,6 @@
* [ ] Tests pass on CI and coverage remains at 100%
* [ ] Documentation reflects the changes where applicable
* [ ] `changes/<pull request or issue id>-<github username>.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**

0 comments on commit a37a156

Please sign in to comment.