From aac992abd53388a5db50d2220d92bb537ecf1e4e Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Fri, 28 Sep 2018 16:03:13 +0100 Subject: [PATCH] tweak issue template --- .github/ISSUE_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ... ```