From c40f529b0b93f832595821de96b96f3795a3a384 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 7 Feb 2023 13:38:56 -0500 Subject: [PATCH] more edits looking good Change-Id: Ifa9a900ced376a75d43e5720567324fa0b3a6336 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.3