Add database type selection to bug report template

Added a dropdown for selecting the database type in the bug report template.
This commit is contained in:
Matt
2025-09-24 11:28:11 -04:00
committed by GitHub
parent f66624774e
commit 8547fb9bb3

View File

@@ -58,6 +58,17 @@ body:
- Other - Other
validations: validations:
required: true 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 - type: dropdown
id: arch id: arch
attributes: attributes: