From 17e85e3e8f8269ccca45a2d2ac2aeb8ec4249d95 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 9 May 2021 11:52:04 -0400 Subject: [PATCH] fix quote. I really wish there were a way to get the guidelines to be HTML formatted. Change-Id: I22de6d40be9940e152c829a7c9a1cfc0eaf2211c --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d0aa228ac8..ad4b343002 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,7 +10,7 @@ assignees: '' **GUIDELINES FOR REPORTING BUGS** If you are new to SQLAlchemy bug reports, please review our many examples -of [well written bug reports](https://github.com/sqlalchemy/sqlalchemy/issues?q=is%3Aissue+label%3A%22great+mcve). Each of these reports include the following features: +of [well written bug reports](https://github.com/sqlalchemy/sqlalchemy/issues?q=is%3Aissue+label%3A%22great+mcve%22). Each of these reports include the following features: 1. a **succinct description of the problem** - typically a line or two at most 2. As SQLAlchemy provides an intricate, fine-grained API around the concepts of -- 2.47.3