Add logs checkbox
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
88de44f3f0
commit
b5fdeb127f
2 changed files with 14 additions and 0 deletions
7
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
7
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
|
@ -57,3 +57,10 @@ body:
|
||||||
placeholder: e.g. From https://element.io/get-started
|
placeholder: e.g. From https://element.io/get-started
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: checkboxes
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Logs
|
||||||
|
options:
|
||||||
|
- label: I have sent logs
|
||||||
|
required: false
|
||||||
|
|
7
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
7
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
|
@ -57,3 +57,10 @@ body:
|
||||||
placeholder: e.g. develop.element.io, app.element.io
|
placeholder: e.g. develop.element.io, app.element.io
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: checkboxes
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Logs
|
||||||
|
options:
|
||||||
|
- label: I have sent logs
|
||||||
|
required: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue