docs: added database option to bug template

This commit is contained in:
dr-carrot
2024-03-03 17:30:50 -05:00
parent ef78fdd534
commit ff7bb884ae

View File

@@ -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: