From 58b69b1fe4bbba02073b8134e3c2d6f36482cbc8 Mon Sep 17 00:00:00 2001 From: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Date: Tue, 5 Oct 2021 13:35:34 +0000 Subject: [PATCH] Remove redundancy in heading in bug report issue form --- .github/ISSUE_TEMPLATE/bug.yml | 6 +++--- changelog.d/4076.misc | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelog.d/4076.misc diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index dcb9f0a766..38885e9cc7 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -23,12 +23,12 @@ body: - type: textarea id: result attributes: - label: What happened? + label: Intended result and actual result placeholder: Tell us what went wrong value: | - ### What did you expect? + #### What did you expect? - ### What happened? + #### What happened instead? validations: required: true - type: input diff --git a/changelog.d/4076.misc b/changelog.d/4076.misc new file mode 100644 index 0000000000..97b50d8c54 --- /dev/null +++ b/changelog.d/4076.misc @@ -0,0 +1 @@ +Fix redundancy in heading in the bug report issue form