From b5fdeb127fa1e849320ed1a4a7cefa5bd6faea10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 6 Aug 2021 15:54:26 +0200 Subject: [PATCH] Add logs checkbox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- .github/ISSUE_TEMPLATE/bug-desktop.yml | 7 +++++++ .github/ISSUE_TEMPLATE/bug-web.yml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-desktop.yml b/.github/ISSUE_TEMPLATE/bug-desktop.yml index 809fd812cc..607dfdf1fe 100644 --- a/.github/ISSUE_TEMPLATE/bug-desktop.yml +++ b/.github/ISSUE_TEMPLATE/bug-desktop.yml @@ -57,3 +57,10 @@ body: placeholder: e.g. From https://element.io/get-started validations: required: false + - type: checkboxes + id: logs + attributes: + label: Logs + options: + - label: I have sent logs + required: false diff --git a/.github/ISSUE_TEMPLATE/bug-web.yml b/.github/ISSUE_TEMPLATE/bug-web.yml index 0010684a4a..9169868e94 100644 --- a/.github/ISSUE_TEMPLATE/bug-web.yml +++ b/.github/ISSUE_TEMPLATE/bug-web.yml @@ -57,3 +57,10 @@ body: placeholder: e.g. develop.element.io, app.element.io validations: required: false + - type: checkboxes + id: logs + attributes: + label: Logs + options: + - label: I have sent logs + required: false