Browse Source

Invert steps and expected behavior

tags/v24.0.0beta1
acsfer 2 years ago
parent
commit
26d1139212
No account linked to committer's email address
1 changed files with 7 additions and 7 deletions
  1. 7
    7
      .github/ISSUE_TEMPLATE/BUG_REPORT.yml

+ 7
- 7
.github/ISSUE_TEMPLATE/BUG_REPORT.yml View File

@@ -19,13 +19,6 @@ body:
description: Provide a description of the bug you're experiencing.
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:
@@ -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:

Loading…
Cancel
Save