diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-07-01 20:08:42 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-07-01 20:08:42 -0400 |
commit | 7a99eb4d0a76e6045f7890efa3ce837fc5ba8c23 (patch) | |
tree | 6814516aebbfad2dededa2d088d1d9d9ce520028 | |
parent | f2ec52c232dbbe59282e9b9740ede52887f9ee8d (diff) | |
download | sqlalchemy-7a99eb4d0a76e6045f7890efa3ce837fc5ba8c23.tar.gz |
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
-rw-r--r-- | .github/ISSUE_TEMPLATE/question.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 7053dd6d8..3f6414e5c 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. |