From 8547fb9bb364f2cb63e0a2871b7c1a4c46b8a458 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 24 Sep 2025 11:28:11 -0400 Subject: [PATCH] Add database type selection to bug report template Added a dropdown for selecting the database type in the bug report template. --- .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 7ae658b3..fe8a4f94 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -58,6 +58,17 @@ body: - Other validations: required: true + - type: dropdown + id: database + attributes: + label: Database Type + description: What database backend are you using? + multiple: false + options: + - SQLite + - PostgreSQL + validations: + required: true - type: dropdown id: arch attributes: