diff --git a/.github/ISSUE_TEMPLATE/bug-desktop.yml b/.github/ISSUE_TEMPLATE/bug-desktop.yml index fdffdebdb5..ffc3817c7b 100644 --- a/.github/ISSUE_TEMPLATE/bug-desktop.yml +++ b/.github/ISSUE_TEMPLATE/bug-desktop.yml @@ -21,17 +21,14 @@ body: validations: required: true - type: textarea - id: what-happened + id: result attributes: label: What happened? placeholder: Tell us what went wrong - validations: - required: true - - type: textarea - id: expected-result - attributes: - label: What did you expect? - placeholder: Tell us what you expected to happen + value: | + ### What did you expect? + + ### What happened? validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/bug-web.yml b/.github/ISSUE_TEMPLATE/bug-web.yml index 457b582736..6219d40f27 100644 --- a/.github/ISSUE_TEMPLATE/bug-web.yml +++ b/.github/ISSUE_TEMPLATE/bug-web.yml @@ -21,17 +21,14 @@ body: validations: required: true - type: textarea - id: what-happened + id: result attributes: label: What happened? placeholder: Tell us what went wrong - validations: - required: true - - type: textarea - id: expected-result - attributes: - label: What did you expect? - placeholder: Tell us what you expected to happen + value: | + ### What did you expect? + + ### What happened? validations: required: true - type: input