]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
enhance question template
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Jul 2020 00:08:42 +0000 (20:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Jul 2020 00:08:42 +0000 (20:08 -0400)
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

index 7053dd6d875ef8298f6c6a5483ba90d439dca8fe..3f6414e5cdcd864d829065562777b27731e9adce 100644 (file)
@@ -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.