diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-25 14:32:45 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-25 14:32:45 -0400 |
commit | e5619d38b7ad97a1432620cc2ff64b41ba7a8bae (patch) | |
tree | 628449cb7ed7b5ca76cd32e0ed6c13a234ec861c /.github | |
parent | ecf42755f53c8ad00a042453c99d3b1901d207c8 (diff) | |
download | sqlalchemy-e5619d38b7ad97a1432620cc2ff64b41ba7a8bae.tar.gz |
put bug guidelines in html comment
Change-Id: I3659b20f93a5059029176cc16c2ae4a3fde7c72e
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 87c3aeffe..7852e3e2c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,14 @@ --- name: Create a bug report -about: Errors and regression reports with complete reproducing test cases and/or stack traces. +about: Errors and regression reports with complete reproducing test cases and/or stack traces. title: '' labels: requires triage assignees: '' --- +<!-- + **GUIDELINES FOR REPORTING BUGS** If you are new to SQLAlchemy bug reports, please review our many examples @@ -18,6 +20,8 @@ of [well written bug reports](https://github.com/sqlalchemy/sqlalchemy/issues?q= 4. Other things as applicable: **SQL log output**, **database backend and DBAPI driver**, **operating system**, **comparative performance timings** for performance issues. +--> + **Describe the bug** <!-- A clear and concise description of what the bug is. --> |