From 637bbdb4a878ddd1c864eedc683047de08aa137b Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:28:14 +0200 Subject: [PATCH] [skip ci] Add database to bug issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 965e9947..5878b23a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -45,6 +45,15 @@ body: Example: "v1.1.1 | v1.1.1-r1701" validations: required: true + +- type: dropdown + id: database + attributes: + label: Used database + description: H2 is the default database + options: + - H2 + - PostgreSQL - type: input id: server-os