From 5e48b0527033e3d0919a8c685e6a635269c6923f Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 29 Sep 2025 00:24:29 +0200 Subject: [PATCH] [skip ci] Add database to bug issue template (#1680) --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3983452b..9873e20d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -46,6 +46,17 @@ body: validations: required: true + - type: dropdown + id: database + attributes: + label: Used database + description: H2 is the default database + options: + - H2 + - PostgreSQL + validations: + required: true + - type: input id: server-os attributes: