From: Mike Bayer Date: Sun, 9 May 2021 15:52:04 +0000 (-0400) Subject: fix quote. X-Git-Tag: rel_1_4_15~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17e85e3e8f8269ccca45a2d2ac2aeb8ec4249d95;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix quote. I really wish there were a way to get the guidelines to be HTML formatted. Change-Id: I22de6d40be9940e152c829a7c9a1cfc0eaf2211c --- 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