Skip to content

Commit 13aa157

Browse files
committed
Issue templates: merge expected and actual results
Feedback received asking to merge templates so they take up less space and are quicker for developers to fill. Signed-off-by: Ekaterina Gerasimova <[email protected]>
1 parent e889489 commit 13aa157

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

.github/ISSUE_TEMPLATE/bug-desktop.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ body:
2121
validations:
2222
required: true
2323
- type: textarea
24-
id: what-happened
24+
id: result
2525
attributes:
2626
label: What happened?
2727
placeholder: Tell us what went wrong
28-
validations:
29-
required: true
30-
- type: textarea
31-
id: expected-result
32-
attributes:
33-
label: What did you expect?
34-
placeholder: Tell us what you expected to happen
28+
value: |
29+
### What did you expect?
30+
31+
### What happened?
3532
validations:
3633
required: true
3734
- type: input

.github/ISSUE_TEMPLATE/bug-web.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ body:
2121
validations:
2222
required: true
2323
- type: textarea
24-
id: what-happened
24+
id: result
2525
attributes:
2626
label: What happened?
2727
placeholder: Tell us what went wrong
28-
validations:
29-
required: true
30-
- type: textarea
31-
id: expected-result
32-
attributes:
33-
label: What did you expect?
34-
placeholder: Tell us what you expected to happen
28+
value: |
29+
### What did you expect?
30+
31+
### What happened?
3532
validations:
3633
required: true
3734
- type: input

0 commit comments

Comments
 (0)