mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
e07d73b373
* update URLs * add a change file
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
<!-- Thank you for your contribution! -->
|
|
<!-- Unless your change is trivial, please create an issue to discuss the change before creating a PR -->
|
|
<!-- See https://pydantic-docs.helpmanual.io/contributing/ for help on Contributing -->
|
|
<!-- PLEASE DO **NOT** put issue ids in the PR title! Instead, add a descriptive title and put ids in the body -->
|
|
|
|
## Change Summary
|
|
|
|
<!-- Please give a short summary of the changes. -->
|
|
|
|
## Related issue number
|
|
|
|
<!-- Are there any issues opened that will be resolved by merging this change? -->
|
|
<!-- WARNING: please use "fix #123" style references so the issue is closed when this PR is merged. -->
|
|
|
|
## Checklist
|
|
|
|
* [ ] Unit tests for the changes exist
|
|
* [ ] 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/master/changes/README.md) for details)
|
|
* [ ] My PR is ready to review, **please add a comment including the phrase "please review" to assign reviewers**
|