diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5d46b7f..6ddd18f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,6 @@ - + +# Question | Feature Request | Bug For bugs/questions: * OS: **?** @@ -10,7 +11,7 @@ Where possible please include a self contained code snippet describing your bug, question, or where applicable feature request: ```py -from pydantic import BaseModel +import pydantic ... ```