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