From 7199e5f1704ab9b879128c43b554509da702d4e3 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Fri, 18 Oct 2024 06:54:09 +0100 Subject: [PATCH] docs: Checkbox for continuous build on bug template --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4a29cd7a6..97468e599 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -80,6 +80,15 @@ body: - label: I have authorized the app to run on my Mac - label: I am not using macOS + - type: checkboxes + id: continuous-build + attributes: + label: Continuous build + description: Please try the latest [continuous build](https://github.com/deskflow/deskflow/releases) of Deskflow. It may have a fix for your issue. + options: + - label: I have tried the latest continuous build and the issue persists + - label: I am unable to try the latest continuous build + - type: textarea id: os-version attributes: