]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Disallow bug reports based on flask and others
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2020 16:45:18 +0000 (11:45 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2020 16:45:58 +0000 (11:45 -0500)
I don't have time to rewrite test cases to not use
these systems.

Change-Id: I76aeec67f97749da1caf2ccfa7d21c27bff51ab0

.github/ISSUE_TEMPLATE/bug_report.md

index f6c15624915bb64461186503a6d1064ab0ee4367..a0a229c824d4d6a9088374ca0653212d7c45a599 100644 (file)
@@ -14,8 +14,10 @@ assignees: ''
 <!-- A clear and concise description of what you expected to happen. -->
 
 **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: