mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
20 lines
787 B
Markdown
20 lines
787 B
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 -->
|
|
|
|
## 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? -->
|
|
|
|
## 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/samuelcolvin/pydantic/blob/master/changes/README.md) for details)
|