Files
pydantic/.github/ISSUE_TEMPLATE.md
T
2018-09-28 16:03:13 +01:00

18 lines
457 B
Markdown

<!-- Questions, Feature Requests, and Bug Reports are all welcome -->
<!-- delete as applicable: -->
# Question | Feature Request | Bug
For bugs/questions:
* OS: **?**
* Python version `import sys; print(sys.version)`: **?**
* Pydantic version `import pydantic; print(pydantic.VERSION)`: **?**
Where possible please include a self contained code snippet describing your
bug, question, or where applicable feature request:
```py
import pydantic
...
```