From: Federico Caselli Date: Thu, 23 Apr 2020 19:11:17 +0000 (+0200) Subject: Improve bug report X-Git-Tag: rel_1_4_0b1~364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99d1765c1a4aa65a8b3e5678bb4b6dc6a3c4ca57;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Improve bug report --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8e2f8f63cd..0cc76fe88c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,13 +18,13 @@ Please provide a [Minimal, Complete, and Verifiable](http://stackoverflow.com/he See also [Reporting Bugs](https://www.sqlalchemy.org/participate.html#bugs) on the website, and some [example issues](https://github.com/sqlalchemy/sqlalchemy/issues?q=label%3A%22great+mcve%22) ```py -# insert code here +# Insert code here ``` **Error** ``` -# copy error here +# Copy error here. Please include the full stack trace. ``` **Versions.**