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: