diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-09 11:52:04 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-09 11:52:04 -0400 |
| commit | 17e85e3e8f8269ccca45a2d2ac2aeb8ec4249d95 (patch) | |
| tree | 4fa8d885d329180b541f8e1bbd4accb6d382e6d3 | |
| parent | 6e4952f8d171476a1d0390898010878b29b2ddff (diff) | |
| download | sqlalchemy-17e85e3e8f8269ccca45a2d2ac2aeb8ec4249d95.tar.gz | |
fix quote.
I really wish there were a way to get the guidelines to be
HTML formatted.
Change-Id: I22de6d40be9940e152c829a7c9a1cfc0eaf2211c
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d0aa228ac..ad4b34300 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 |
