Skip to content

Commit 7c59022

Browse files
mcanouilcderv
authored andcommitted
refactor: Swap labels for expected and actual behavior
This makes it more consistent in the flow of filling the issue
1 parent 8eedc09 commit 7c59022

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ body:
9696
9797
- type: textarea
9898
attributes:
99-
label: Expected behavior
100-
description: Tell us what should happen.
99+
label: Actual behavior
100+
description: Tell us what happens instead.
101101

102102
- type: textarea
103103
attributes:
104-
label: Actual behavior
105-
description: Tell us what happens instead.
104+
label: Expected behavior
105+
description: Tell us what should happen.
106106

107107
- type: textarea
108108
attributes:

0 commit comments

Comments
 (0)