From: Mike Bayer Date: Tue, 7 Feb 2023 18:38:56 +0000 (-0500) Subject: more edits X-Git-Tag: rel_2_0_3~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c40f529b0b93f832595821de96b96f3795a3a384;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git more edits looking good Change-Id: Ifa9a900ced376a75d43e5720567324fa0b3a6336 --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index fbb3b99b0e..62b8eaa8d3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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