From fc3d629880054ced5481f7375fdf31d944365340 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Wed, 24 Aug 2022 13:36:54 +0200 Subject: [PATCH] Update feature_request.yaml --- .github/ISSUE_TEMPLATE/feature_request.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index e95efbb12e..536caff782 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -62,7 +62,9 @@ body: id: database-version attributes: label: Database product and version - description: What database version and distribution did you use (use e.g. `select version()`. See this article on how to get the database version https://blog.jooq.org/how-to-get-an-rdbms-server-version-with-sql/) + description: | + What database version and distribution did you use (use e.g. `select version()`). + See this article on how to get the database version https://blog.jooq.org/how-to-get-an-rdbms-server-version-with-sql/) placeholder: ex. PostgreSQL 15beta2 (Debian 15~beta2-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit validations: required: false @@ -70,7 +72,7 @@ body: id: jdbc-version attributes: label: JDBC driver name and version (include name if unofficial driver) - description: What JDBC driver name and version did you use (use e.g. `select version()`. See this article on how to get the database version https://blog.jooq.org/how-to-get-an-rdbms-server-version-with-sql/) + description: What JDBC driver name and version did you use. placeholder: ex. org.postgresql:postgresql:42.4.2 validations: required: false