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: