From 7a99eb4d0a76e6045f7890efa3ce837fc5ba8c23 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 1 Jul 2020 20:08:42 -0400 Subject: [PATCH] enhance question template we need to know all version / database information for questions as well and users should be encouraged to follow MCVE form if possible. Change-Id: Ic3a4c4dbb021069b7765aa351a4d4d18a821160d --- .github/ISSUE_TEMPLATE/question.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 7053dd6d87..3f6414e5cd 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -9,7 +9,16 @@ assignees: '' **Describe your question** -**Example (if applicable)** +**Example - please use the [Minimal, Complete, and Verifiable](http://stackoverflow.com/help/mcve) guidelines if possible** + +**Complete stack tracel if applicable** + +**Versions** + - OS: + - Python: + - SQLAlchemy: + - Database: + - DBAPI: **Additional context** Add any other context or screenshots about the feature request here. -- 2.47.3