diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-02-07 13:38:56 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-02-07 13:38:56 -0500 |
| commit | c40f529b0b93f832595821de96b96f3795a3a384 (patch) | |
| tree | 8a04316f2cf130738f69b6a3cc0ccb3cf3cb374d | |
| parent | c97d96dc10d8b39f88edcade74c7638262e9bbab (diff) | |
| download | sqlalchemy-c40f529b0b93f832595821de96b96f3795a3a384.tar.gz | |
more edits
looking good
Change-Id: Ifa9a900ced376a75d43e5720567324fa0b3a6336
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yaml | 8 |
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 |
