Files
pydantic/.github/ISSUE_TEMPLATE/bug.md
T
2019-08-06 16:19:38 +01:00

511 B

name, about, labels
name about labels
Bug Create a bug report to help us improve pydantic bug

Bug

Please complete:

  • OS: ?
  • Python version import sys; print(sys.version): ?
  • Pydantic version import pydantic; print(pydantic.VERSION): ?

Please read the docs and search through issues to confirm your bug hasn't already been reported before.

Where possible please include a self contained code snippet describing your bug:

import pydantic

...