tweak issue template

This commit is contained in:
Samuel Colvin
2018-09-28 16:03:13 +01:00
committed by GitHub
parent b0d8ee80ad
commit aac992abd5
+3 -2
View File
@@ -1,5 +1,6 @@
<!-- Questions, Feature Requests, and Bug Reports are all welcome -->
<!-- please prefix issue titles with "Question: ", "Feature Request: ", or "Bug: " -->
<!-- delete as applicable: -->
# 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
...
```