From da7148f77adcaa9217a8097c8e9bdb1ad8314e08 Mon Sep 17 00:00:00 2001 From: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Date: Mon, 11 Oct 2021 19:15:04 +0000 Subject: [PATCH 1/3] Edited heading + subheadings to avoid redundancy Also made the subheadings one size smaller (4 #'s instead of 3) --- .github/ISSUE_TEMPLATE/bug.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index d507125294..d95e169359 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 From d9962bb19c14b1158df6ba6de2f4cd275a8fc8e8 Mon Sep 17 00:00:00 2001 From: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Date: Mon, 11 Oct 2021 19:19:46 +0000 Subject: [PATCH 2/3] Add changelog file for PR #4984 --- changelog.d/4984.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/4984.misc diff --git a/changelog.d/4984.misc b/changelog.d/4984.misc new file mode 100644 index 0000000000..97b50d8c54 --- /dev/null +++ b/changelog.d/4984.misc @@ -0,0 +1 @@ +Fix redundancy in heading in the bug report issue form From c2baaeccdf48de49c4bf9894617b381a3d26588b Mon Sep 17 00:00:00 2001 From: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Date: Fri, 12 Nov 2021 15:48:35 +0000 Subject: [PATCH 3/3] Address PR review --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index d95e169359..8ba0402c66 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -23,7 +23,7 @@ body: - type: textarea id: result attributes: - label: Intended result and actual result + label: Outcome placeholder: Tell us what went wrong value: | #### What did you expect?