From f8e377785879f3e1cc3a8b2d5f19e8d3d3ac4454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Tue, 21 Mar 2023 01:30:37 +0200 Subject: [PATCH] Fixed bug report form --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6867302..972dce9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -38,7 +38,7 @@ body: label: RDBMS vendor description: > What RDBMS (relational database management system) did you run the tool against? - choices: + options: - PostgreSQL - MySQL (or compatible) - SQLite