We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dc600 commit 0309e5fCopy full SHA for 0309e5f
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -74,6 +74,22 @@ body:
74
$ python -m pip show aiomysql
75
validations:
76
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
87
88
+ label: SQLAlchemy Version
89
+ description: Attach your version of SQLAlchemy if you're using it.
90
91
92
+ $ python -m pip show sqlalchemy
93
94
- type: textarea
95
attributes:
0 commit comments