From 13aa157a66b360d2e63ffaac72a6825b6c53131f Mon Sep 17 00:00:00 2001 From: Ekaterina Gerasimova Date: Fri, 3 Sep 2021 10:27:00 +0100 Subject: [PATCH] Issue templates: merge expected and actual results Feedback received asking to merge templates so they take up less space and are quicker for developers to fill. Signed-off-by: Ekaterina Gerasimova --- .github/ISSUE_TEMPLATE/bug-desktop.yml | 13 +++++-------- .github/ISSUE_TEMPLATE/bug-web.yml | 13 +++++-------- 2 files changed, 10 insertions(+), 16 deletions(-) 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