Files
pydantic/.github/ISSUE_TEMPLATE/question.md
T
2020-09-06 18:36:13 +01:00

1.2 KiB

name, about, labels
name about labels
Question Ask a question about how to use pydantic question

Checks

  • I added a descriptive title to this issue
  • I have searched (google, github) for similar issues and couldn't find anything
  • I have read and followed the docs and couldn't find an answer
  • After submitting this, I commit to one of:
    • Look through open issues and helped at least one other person
    • Hit the "watch" button on this repo to receive notifications and I commit to help at least 2 people that ask questions in the future
    • Implement a Pull Request for a confirmed bug

Question

Output of python -c "import pydantic.utils; print(pydantic.utils.version_info())":

...
import pydantic

...