From 7ab525ca6915693ec42278b5d8575c8299f26700 Mon Sep 17 00:00:00 2001 From: Jan Potoms <2109932+Janpot@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:20:26 +0200 Subject: [PATCH] Issue template: move reproduction steps to the top (#34279) --- .github/ISSUE_TEMPLATE/1.bug.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index c15969db3a2162..bb9731d4baaf28 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -22,14 +22,6 @@ body: options: - label: I have tested the latest version required: true - - type: textarea - attributes: - label: Current behavior 😯 - description: Describe what happens instead of the expected behavior. - - type: textarea - attributes: - label: Expected behavior 🤔 - description: Describe what should happen. - type: textarea attributes: label: Steps to reproduce 🕹 @@ -47,7 +39,14 @@ body: 1. 2. 3. - 4. + - type: textarea + attributes: + label: Current behavior 😯 + description: Describe what happens instead of the expected behavior. + - type: textarea + attributes: + label: Expected behavior 🤔 + description: Describe what should happen. - type: textarea attributes: label: Context 🔦