From: Mike Bayer Date: Thu, 2 Jul 2020 00:08:42 +0000 (-0400) Subject: enhance question template X-Git-Tag: rel_1_4_0b1~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a99eb4d0a76e6045f7890efa3ce837fc5ba8c23;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- 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.