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