docs: add build type to bug report form
This commit is contained in:
committed by
Chris Rizzitello
parent
7e98714869
commit
fcd0d63d7c
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user