Skip to content

Commit

Permalink
add PyMySQL and SQLAlchemy version to bug report template (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nothing4You authored Jan 13, 2022
1 parent f8dc600 commit 0309e5f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0309e5f

Please sign in to comment.