]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
more edits
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Feb 2023 18:38:56 +0000 (13:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Feb 2023 18:38:56 +0000 (13:38 -0500)
looking good

Change-Id: Ifa9a900ced376a75d43e5720567324fa0b3a6336

.github/ISSUE_TEMPLATE/bug_report.yaml

index fbb3b99b0e8c6ab5dcd4c139165c6de828add795..62b8eaa8d379069ec80d26877c4e2c3bcda522d7 100644 (file)
@@ -83,16 +83,16 @@ instead.
   - type: input
     id: dbapi_version
     attributes:
-      label: DBAPI Version
-      description: the DBAPI (database driver) version
+      label: DBAPI (i.e. the database driver)
+      description: examples include psycopg2, pyodbc, pysqlite, mysqlclient, asyncpg
     validations:
       required: true
 
   - type: input
     id: database_version
     attributes:
-      label: Database Vendor and Version
-      description: e.g. SQLite, PostgreSQL 12, MariaDB 8
+      label: Database Vendor and Major Version
+      description: e.g. SQLite, PostgreSQL 12, MySQL 8, MariaDB 10.10, etc
     validations:
       required: true