docs: add build type to bug report form

This commit is contained in:
Nick Bolton
2024-09-20 19:29:22 +01:00
committed by Chris Rizzitello
parent 7e98714869
commit fcd0d63d7c

View File

@ -31,6 +31,21 @@ body:
validations:
required: true
- type: dropdown
id: build
attributes:
label: Build type
description: What kind of build are you using?
options:
# Empty option to force selection
-
- Local developer build (built it yourself)
- Community package (apt, dnf, brew, etc.)
- Deskflow package (downloaded from us)
default: 0
validations:
required: true
- type: checkboxes
id: os
attributes: