Files
pydantic/.github/PULL_REQUEST_TEMPLATE.md
T
Samuel Colvin 0839646788 uprev
2018-08-25 17:15:22 +01:00

1004 B

Change Summary

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
  • 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 #<number>
    • if you're not a regular contributer please include your github username @whatever