From fcd0d63d7c88b059ae149d9624b6588fc00ccc39 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Fri, 20 Sep 2024 19:29:22 +0100 Subject: [PATCH] docs: add build type to bug report form --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b60ad2b87..887b09a0f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: