diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 952f2bcb703..7182f5b3636 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -20,13 +20,6 @@ body: validations: required: true - type: textarea - id: expected-behavior - attributes: - label: Expected behavior - description: Describe what you expected to happen. - validations: - required: true - - type: textarea id: reproduce attributes: label: Steps to reproduce @@ -38,6 +31,13 @@ body: ... validations: required: true + - type: textarea + id: expected-behavior + attributes: + label: Expected behavior + description: Describe what you expected to happen. + validations: + required: true - type: dropdown id: install-method attributes: |