From: Mike Bayer Date: Mon, 30 Nov 2020 16:45:18 +0000 (-0500) Subject: Disallow bug reports based on flask and others X-Git-Tag: rel_1_4_0b2~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b05041a80f7276298f612d3b1a434c2ae577000;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Disallow bug reports based on flask and others I don't have time to rewrite test cases to not use these systems. Change-Id: I76aeec67f97749da1caf2ccfa7d21c27bff51ab0 --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f6c1562491..a0a229c824 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,8 +14,10 @@ assignees: '' **To Reproduce** -Please try to provide a [Minimal, Complete, and Verifiable](http://stackoverflow.com/help/mcve) example. -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) +Please try to provide a [Minimal, Complete, and Verifiable](http://stackoverflow.com/help/mcve) example. +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). + +**Please do not use Flask-SQLAlchemy or any other third-party extensions or dependencies in test cases**. The test case must illustrate the problem **without** using any third party SQLAlchemy extensions. Otherwise, please report the bug to those projects first. ```py # Insert code here @@ -28,7 +30,7 @@ See also [Reporting Bugs](https://www.sqlalchemy.org/participate.html#bugs) on t ``` **Versions.** - - OS: + - OS: - Python: - SQLAlchemy: - Database: