Skip to content

Commit 0309e5f

Browse files
authored
add PyMySQL and SQLAlchemy version to bug report template (#662)
1 parent f8dc600 commit 0309e5f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,22 @@ body:
7474
$ python -m pip show aiomysql
7575
validations:
7676
required: true
77+
- type: textarea
78+
attributes:
79+
label: PyMySQL Version
80+
description: Attach your version of PyMySQL.
81+
render: console
82+
value: |
83+
$ python -m pip show PyMySQL
84+
validations:
85+
required: true
86+
- type: textarea
87+
attributes:
88+
label: SQLAlchemy Version
89+
description: Attach your version of SQLAlchemy if you're using it.
90+
render: console
91+
value: |
92+
$ python -m pip show sqlalchemy
7793
7894
- type: textarea
7995
attributes:

0 commit comments

Comments
 (0)