summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-02-07 13:38:56 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2023-02-07 13:38:56 -0500
commitc40f529b0b93f832595821de96b96f3795a3a384 (patch)
tree8a04316f2cf130738f69b6a3cc0ccb3cf3cb374d
parentc97d96dc10d8b39f88edcade74c7638262e9bbab (diff)
downloadsqlalchemy-c40f529b0b93f832595821de96b96f3795a3a384.tar.gz
more edits
looking good Change-Id: Ifa9a900ced376a75d43e5720567324fa0b3a6336
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml
index fbb3b99b0..62b8eaa8d 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