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: