From 5b05041a80f7276298f612d3b1a434c2ae577000 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 30 Nov 2020 11:45:18 -0500 Subject: [PATCH] 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 --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: -- 2.47.3