From ff7bb884ae9080168c568ba6b9b56d97b663bdb4 Mon Sep 17 00:00:00 2001 From: dr-carrot Date: Sun, 3 Mar 2024 17:30:50 -0500 Subject: [PATCH] docs: added database option to bug template --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a98da750..541aff51 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -55,6 +55,14 @@ body: - tablet validations: required: true + - type: dropdown + id: database + attributes: + options: + - SQLite (default) + - PostgreSQL + label: Database + description: Which database backend are you using? - type: input id: device attributes: