From fb26ef267587fedbc557d037754e443042cd5446 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:29:02 +0200 Subject: [PATCH] [skip ci] Make database field required in bug issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5878b23a..d25eb1bd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -54,6 +54,8 @@ body: options: - H2 - PostgreSQL + validations: + required: true - type: input id: server-os