diff options
author | acsfer <carlos@reendex.com> | 2022-01-20 22:21:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 22:21:23 +0100 |
commit | 26d11392121ea01c56ab1f130656af9ae21b4eca (patch) | |
tree | c711cc13bfe5401974c0f4b09f56b8db2ea52e4a /.github | |
parent | 6dccdf92093ac9590805f89d0760311b09941695 (diff) | |
download | nextcloud-server-26d11392121ea01c56ab1f130656af9ae21b4eca.tar.gz nextcloud-server-26d11392121ea01c56ab1f130656af9ae21b4eca.zip |
Invert steps and expected behavior
Diffstat (limited to '.github')
-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: |