From b566779a6d2553b131ff27b4f9e247840bca92e5 Mon Sep 17 00:00:00 2001 From: Ekaterina Gerasimova Date: Fri, 3 Sep 2021 10:34:41 +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.yml | 13 +++++-------- changelog.d/3960.misc | 1 + 2 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 changelog.d/3960.misc diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index c35b02c888..dcb9f0a766 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -21,17 +21,14 @@ body: validations: required: true - type: textarea - id: expected-result - attributes: - label: What did you expect? - placeholder: Tell us what you expected to happen in as much detail as you can. - validations: - required: true - - type: textarea - id: actual-result + id: result attributes: label: What happened? placeholder: Tell us what went wrong + value: | + ### What did you expect? + + ### What happened? validations: required: true - type: input diff --git a/changelog.d/3960.misc b/changelog.d/3960.misc new file mode 100644 index 0000000000..d37fcc9459 --- /dev/null +++ b/changelog.d/3960.misc @@ -0,0 +1 @@ +Issue templates: merge expected and actual results