From 0309e5f5b5115c58d23220fea32168478f8811a1 Mon Sep 17 00:00:00 2001 From: Richard Schwab Date: Thu, 13 Jan 2022 18:17:42 +0100 Subject: [PATCH] add PyMySQL and SQLAlchemy version to bug report template (#662) --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 466e73ab..99aa53df 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -74,6 +74,22 @@ body: $ python -m pip show aiomysql validations: required: true +- type: textarea + attributes: + label: PyMySQL Version + description: Attach your version of PyMySQL. + render: console + value: | + $ python -m pip show PyMySQL + validations: + required: true +- type: textarea + attributes: + label: SQLAlchemy Version + description: Attach your version of SQLAlchemy if you're using it. + render: console + value: | + $ python -m pip show sqlalchemy - type: textarea attributes: