This commit is contained in:
Samuel Colvin
2018-08-25 17:15:22 +01:00
parent f46dc0c56f
commit 0839646788
6 changed files with 26 additions and 10 deletions
+13 -4
View File
@@ -1,19 +1,28 @@
<!-- Thank you for your contribution! -->
<!-- Don't worry about making lots of commits on a pull request, they'll be squashed on merge anyway -->
## What do these changes do?
## Change Summary
<!-- Please give a short summaryof the changes. -->
<!-- Please give a short summary of the changes. -->
## Related issue number
<!-- Are there any issues opened that will be resolved by merging this change? -->
## Performance Changes
pydantic cares about performance, if there's any risk performance changed on this PR,
please run `make benchmark-pydantic` before and after the change:
* before: **?**
* after: **?**
## Checklist
* [ ] Unit tests for the changes exist
* [ ] Coverage remains at 100%
* [ ] Tests pass on CI and coverage remains at 100%
* [ ] Documentation reflects the changes
* [ ] No performance deterioration (if applicable)
* [ ] `HISTORY.rst` has been updated
* if this is the first change since a release, please add a new section
* include the issue number or this pull request number
* include the issue number or this pull request number `#<number>`
* if you're not a regular contributer please include your github username `@whatever`