From ce35234f1852118aa83d4cce94b187bcf8b21131 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sun, 13 Oct 2024 08:43:33 -0400 Subject: [PATCH] chore: Add issue not about mac os signing --- .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 b945830d5..ab04b0501 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -70,6 +70,15 @@ body: - label: I have reviewed the Wayland known issues and my issue is new - label: I am not using Wayland on Linux + - type: checkboxes + id: mac-signcheck + attributes: + label: Signing on mac os + description: If you using Mac os, and the app seams to just crash try [Apple's Solution](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unknown-developer-mh40616/mac) before reporting. + options: + - label: I have authorized the application to run on my mac + - label: I am not using Mac os + - type: textarea id: os-version attributes: